define SHORT_BOARD_NAME

This commit is contained in:
David Holdeman 2024-03-18 17:59:45 -05:00 committed by rusefillc
parent eed770df99
commit f6e33b919d
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ CPPWARN = -Wall -Wextra -Wundef
# List all user C define here, like -D_DEBUG=1
UDEFS = -DSIMULATOR
DDEFS += -DFIRMWARE_ID=\"simulator\" -DSHORT_BOARD_NAME=f407-discovery
DDEFS += -DFIRMWARE_ID=\"simulator\" -DSHORT_BOARD_NAME=$(SHORT_BOARD_NAME)
# Define ASM defines here