From 59bbd096513dc8c6c2743867c759f815c71ed909 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Wed, 20 Nov 2019 01:15:43 -0500 Subject: [PATCH] this is probably needed for F7 --- firmware/config/stm32f7ems/chconf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firmware/config/stm32f7ems/chconf.h b/firmware/config/stm32f7ems/chconf.h index 1f23da7a96..bf11a66bc5 100644 --- a/firmware/config/stm32f7ems/chconf.h +++ b/firmware/config/stm32f7ems/chconf.h @@ -37,6 +37,11 @@ #define EFI_CLOCK_LOCKS FALSE #endif /* EFI_CLOCK_LOCKS */ +#if !defined(ENABLE_PERF_TRACE) || defined(__DOXYGEN__) +// looks like this value could not be defined in efifeatures.h - please define either externally or just change the value here + #define ENABLE_PERF_TRACE TRUE +#endif /* ENABLE_PERF_TRACE */ + #include "chconf_common.h"