From dfddec50995e9173f4bb40d4fa7bbb703779b77e Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 7 Sep 2020 12:09:39 -0400 Subject: [PATCH] Hellen says simulator --- simulator/Makefile | 2 ++ simulator/simulator/efifeatures.h | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/simulator/Makefile b/simulator/Makefile index 6a289cc2e5..f872e13327 100644 --- a/simulator/Makefile +++ b/simulator/Makefile @@ -20,6 +20,8 @@ RULESFILE = $(RULESPATH)/rules.mk include ../firmware/rusefi.mk RULESFILE = ../firmware/rusefi_rules.mk +# used by USE_SMART_BUILD +CONFDIR = . # Compiler options here. diff --git a/simulator/simulator/efifeatures.h b/simulator/simulator/efifeatures.h index 958fa62d88..c3dd6f9f6a 100644 --- a/simulator/simulator/efifeatures.h +++ b/simulator/simulator/efifeatures.h @@ -116,6 +116,10 @@ #define HAL_VSS_USE_PAL FALSE #endif /* HAL_VSS_USE_PAL */ +#ifndef HAL_TRIGGER_USE_ADC +#define HAL_TRIGGER_USE_ADC FALSE +#endif /* HAL_TRIGGER_USE_ADC */ + #define EFI_UART_GPS FALSE #define EFI_HAS_RESET FALSE #define EXTREME_TERM_LOGGING FALSE