only:alphax-4chan_f7

This commit is contained in:
rusefi 2023-06-30 20:51:50 -04:00
parent 504c964cba
commit 4732a6deb2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ DDEFS += -DDISABLE_PIN_STATE_VALIDATION=TRUE
include $(BOARDS_DIR)/hellen/hellen-common144.mk
ifeq ($(PROJECT_CPU),ARCH_STM32F7)
DDEFS += -DSHORT_BOARD_NAME=alphax-4chan-f7
DDEFS += -DSHORT_BOARD_NAME=alphax-4chan_f7
# TODO: why do I struggle to fit into flash? compare with Proteus
DDEFS += -DCH_DBG_ENABLE_ASSERTS=FALSE
else ifeq ($(PROJECT_CPU),ARCH_STM32F4)