Hellen says simulator
This commit is contained in:
parent
63eb179ddf
commit
47c98370e0
|
@ -20,6 +20,8 @@ RULESFILE = $(RULESPATH)/rules.mk
|
||||||
include ../firmware/rusefi.mk
|
include ../firmware/rusefi.mk
|
||||||
RULESFILE = ../firmware/rusefi_rules.mk
|
RULESFILE = ../firmware/rusefi_rules.mk
|
||||||
|
|
||||||
|
# used by USE_SMART_BUILD
|
||||||
|
CONFDIR = .
|
||||||
|
|
||||||
|
|
||||||
# Compiler options here.
|
# Compiler options here.
|
||||||
|
|
|
@ -106,6 +106,10 @@
|
||||||
#define HAL_TRIGGER_USE_PAL FALSE
|
#define HAL_TRIGGER_USE_PAL FALSE
|
||||||
#endif /* HAL_TRIGGER_USE_PAL */
|
#endif /* HAL_TRIGGER_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_UART_GPS FALSE
|
||||||
#define EFI_HAS_RESET FALSE
|
#define EFI_HAS_RESET FALSE
|
||||||
#define EXTREME_TERM_LOGGING FALSE
|
#define EXTREME_TERM_LOGGING FALSE
|
||||||
|
|
Loading…
Reference in New Issue