unit tests get board name

This commit is contained in:
Matthew Kennedy 2023-03-16 01:10:02 -07:00
parent 5a570f4e36
commit a430c10ed4
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ USE_OPT += -DEFI_UNIT_TEST=1 -DEFI_PROD_CODE=0 -DEFI_SIMULATOR=0
# Pretend we are all different hardware so that all canned engine configs are included
USE_OPT += -DHW_MICRO_RUSEFI=1 -DHW_PROTEUS=1 -DHW_FRANKENSO=1 -DHW_HELLEN=1
DDEFS += -DSHORT_BOARD_NAME=f407-discovery
ifeq ($(CCACHE_DIR),)
$(info No CCACHE_DIR)
else