From c834e04621202086776ac7fae353cb9a41e01072 Mon Sep 17 00:00:00 2001 From: rusefi Date: Thu, 6 Aug 2020 00:36:10 -0400 Subject: [PATCH] progress --- simulator/simulator/efifeatures.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/simulator/simulator/efifeatures.h b/simulator/simulator/efifeatures.h index 54f418ea17..d75503db9b 100644 --- a/simulator/simulator/efifeatures.h +++ b/simulator/simulator/efifeatures.h @@ -19,6 +19,20 @@ #define EFI_ENABLE_CRITICAL_ENGINE_STOP TRUE #define EFI_ENABLE_ENGINE_WARNING TRUE +#define HW_CHECK_MODE FALSE + +#define EFI_BOOST_CONTROL FALSE + +#define EFI_CANBUS_SLAVE FALSE + +#define PRIMARY_UART_DMA_MODE FALSE + +#define EFI_BOSCH_YAW FALSE + +#define EFI_AUX_SERIAL FALSE + +#define EFI_CLOCK_LOCKS FALSE + #define EFI_SERVO FALSE #define EFI_LCD FALSE