From 2579897d060ece1d5416fa9a117b81f274a1f3ba Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 6 Aug 2019 22:34:34 -0400 Subject: [PATCH] fixing build? --- simulator/simulator/efifeatures.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/simulator/simulator/efifeatures.h b/simulator/simulator/efifeatures.h index 714e9f45eb..c9940e7338 100644 --- a/simulator/simulator/efifeatures.h +++ b/simulator/simulator/efifeatures.h @@ -93,6 +93,11 @@ #define EFI_ELECTRONIC_THROTTLE_BODY FALSE #define EFI_AUX_PID FALSE #define EFI_ICU_INPUTS FALSE + +#ifndef HAL_TRIGGER_USE_PAL +#define HAL_TRIGGER_USE_PAL FALSE +#endif /* HAL_TRIGGER_USE_PAL */ + #define EFI_UART_GPS FALSE #define EFI_HAS_RESET FALSE #define EXTREME_TERM_LOGGING FALSE