From 06f10b48df248f2e2f185382512a51bbccba8fe9 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 29 Apr 2023 06:47:09 -0400 Subject: [PATCH] simulator board name --- simulator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator/Makefile b/simulator/Makefile index 633828f9f7..3cdae45dad 100644 --- a/simulator/Makefile +++ b/simulator/Makefile @@ -253,7 +253,7 @@ CPPWARN = -Wall -Wextra -Wundef # List all user C define here, like -D_DEBUG=1 UDEFS = -DSIMULATOR -DDEFS += -DFIRMWARE_ID=\"simulator\" +DDEFS += -DFIRMWARE_ID=\"simulator\" -DSHORT_BOARD_NAME=f407-discovery # Define ASM defines here