Conditional compilation of getOutputValueByName getConfigValueByName #5434

only:first step
This commit is contained in:
rusefi 2023-07-22 15:34:48 -04:00
parent 3927031f1c
commit a89ee66fb6
1 changed files with 4 additions and 0 deletions

View File

@ -323,6 +323,10 @@
#define EFI_LUA TRUE
#endif
#ifndef EFI_LUA_LOOKUP
#define EFI_LUA_LOOKUP TRUE
#endif
#ifndef EFI_ENGINE_SNIFFER
#define EFI_ENGINE_SNIFFER TRUE
#endif