From ba7d1492feae1698764f41576cd818a83b01295a Mon Sep 17 00:00:00 2001 From: kifir Date: Mon, 24 Feb 2025 23:03:43 +0200 Subject: [PATCH] We use angle brackets instead of quotes to allow using a header different from the one in this directory --- firmware/console/binary_log/binary_logging.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/firmware/console/binary_log/binary_logging.cpp b/firmware/console/binary_log/binary_logging.cpp index 1caf8d06cc..48309e6963 100644 --- a/firmware/console/binary_log/binary_logging.cpp +++ b/firmware/console/binary_log/binary_logging.cpp @@ -18,7 +18,9 @@ static scaled_channel 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 int getSdCardFieldsCount() { return efi::size(fields);