any Proteus to have TCU

only:proteus_f7
This commit is contained in:
rusefillc 2024-05-15 20:06:19 -04:00 committed by rusefi
parent acafa03d08
commit 4efce03210
2 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ DDEFS += -DEFI_MAIN_RELAY_CONTROL=TRUE
DDEFS += -DEFI_HD_ACR=TRUE
DDEFS += -DEFI_MAX_31855=TRUE
DDEFS += -DSTM32_SPI_USE_SPI5=TRUE
DDEFS += -DEFI_TCU=TRUE
# Any Proteus-based adapter boards with discrete-VR decoder are controlled via a 5v ignition output
DDEFS += -DVR_SUPPLY_VOLTAGE=5

View File

@ -2,5 +2,4 @@ SHORT_BOARD_NAME=proteus_f7
PROJECT_CPU=ARCH_STM32F7
USE_OPENBLT=yes
DEBUG_LEVEL_OPT=-Os -ggdb -g
EXTRA_PARAMS=-DEFI_TCU=TRUE
SKIP_RATE=100