only:conditional guards to make troubleshooting simpler

This commit is contained in:
rusefillc 2023-10-19 20:17:01 -04:00
parent 768c385799
commit 9e6678e2a1
1 changed files with 12 additions and 2 deletions

View File

@ -55,8 +55,14 @@
#define EFI_CDM_INTEGRATION FALSE
#ifndef EFI_SHAFT_POSITION_INPUT
#define EFI_SHAFT_POSITION_INPUT TRUE
#endif
#define EFI_MC33816 FALSE
if !defined(EFI_HPFP) && EFI_SHAFT_POSITION_INPUT
#define EFI_HPFP TRUE
#endif
#define EFI_BLUETOOTH_SETUP FALSE
@ -70,13 +76,16 @@
#define EFI_MEMS FALSE
#ifndef EFI_TOOTH_LOGGER
#if !defined(EFI_TOOTH_LOGGER) && EFI_SHAFT_POSITION_INPUT
#define EFI_TOOTH_LOGGER TRUE
#endif
#define EFI_USE_UART_DMA FALSE
if !defined(EFI_MAP_AVERAGING) && EFI_SHAFT_POSITION_INPUT
#define EFI_MAP_AVERAGING TRUE
#endif
#define EFI_ALTERNATOR_CONTROL TRUE
#define EFI_ENGINE_AUDI_AAN FALSE
@ -91,7 +100,6 @@
#define EFI_INTERNAL_ADC FALSE
#define EFI_EGT FALSE
#define EFI_SHAFT_POSITION_INPUT TRUE
#define EFI_UART_ECHO_TEST_MODE FALSE
#define EFI_ENGINE_CONTROL TRUE
@ -125,7 +133,9 @@
#define DEBUG_WAVE FALSE
#define EFI_DEFAILED_LOGGING FALSE
#if !defined(EFI_ENGINE_SNIFFER) && EFI_SHAFT_POSITION_INPUT
#define EFI_ENGINE_SNIFFER TRUE
#endif
#define FUEL_MATH_EXTREME_LOGGING FALSE
#define EFI_ANALOG_SENSORS TRUE