We use angle brackets instead of quotes to allow using a header different from the one in this directory

This commit is contained in:
kifir 2025-02-24 23:03:43 +02:00 committed by rusefillc
parent a313ee70e1
commit ba7d1492fe
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@
static scaled_channel<uint32_t, TIME_PRECISION> packedTime;
// The list of logged fields lives in a separate file so it can eventually be tool-generated
#include "log_fields_generated.h"
// We use angle brackets instead of quotes because for some boards we want to use header different from the one in this
// directory
#include <log_fields_generated.h>
int getSdCardFieldsCount() {
return efi::size(fields);