define SHORT_BOARD_NAME
This commit is contained in:
parent
eed770df99
commit
f6e33b919d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue