this is probably needed for F7

This commit is contained in:
rusEfi 2019-11-20 01:15:43 -05:00
parent a720a4cc6a
commit 59bbd09651
1 changed files with 5 additions and 0 deletions

View File

@ -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"