enable MC33810

only:f407-discovery
This commit is contained in:
rusefillc 2023-11-17 10:05:59 -05:00 committed by rusefillc
parent 93b87223a4
commit e97a39bba4
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ DDEFS += -DEFI_DAC=TRUE -DHAL_USE_DAC=TRUE -DSTM32_DAC_USE_DAC1_CH1=TRUE -DSTM32
DDEFS += -DBOARD_TLE9104_COUNT=2 DDEFS += -DBOARD_TLE9104_COUNT=2
DDEFS += -DBOARD_MC33810_COUNT=1
# reduced lua heap while we temporary use BOARD_MC33810_COUNT
DDEFS += -DLUA_USER_HEAP=24000
# We are running on Frankenso hardware! # We are running on Frankenso hardware!
DDEFS += -DHW_FRANKENSO=1 DDEFS += -DHW_FRANKENSO=1
DDEFS += $(DEFAULT_ENGINE_TYPE) DDEFS += $(DEFAULT_ENGINE_TYPE)