This commit is contained in:
rusefi 2023-10-31 02:02:20 -04:00
parent eef298b323
commit 088438f8ca
4 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,7 @@ DDEFS += -DFIRMWARE_ID=\"proteus\"
DDEFS += $(VAR_DEF_ENGINE_TYPE)
DDEFS += -DEFI_MAIN_RELAY_CONTROL=TRUE
DDEFS += -DEFI_HD_ACR=TRUE
# Turn off stuff proteus doesn't have/need
DDEFS += -DEFI_MAX_31855=FALSE -DBOARD_L9779_COUNT=0 -DBOARD_TLE8888_COUNT=0

View File

@ -67,6 +67,10 @@
#define EFI_HPFP TRUE
#endif
#ifndef EFI_HD_ACR
#define EFI_HD_ACR FALSE
#endif
#ifndef SC_BUFFER_SIZE
#define SC_BUFFER_SIZE 4000
#endif

View File

@ -513,4 +513,6 @@ typedef enum {
BENCH_AUXOUT5,
BENCH_AUXOUT6,
BENCH_AUXOUT7,
HD_ACR,
HD_ACR2,
} bench_mode_e;

View File

@ -18,6 +18,8 @@
#define EFI_TS_TUNNEL_CAN TRUE
#define EFI_HD_ACR TRUE
#define EFI_TCU FALSE
#define EFI_ENGINE_EMULATOR TRUE