Spresense: add CIRCUITPY_BOARD_ID because it doesn't use BASE_CFLAGS
This commit is contained in:
parent
b14b294516
commit
fed6e8ea99
|
@ -106,6 +106,7 @@ CFLAGS += \
|
|||
-DCONFIG_HAVE_DOUBLE \
|
||||
-Dmain=spresense_main \
|
||||
-D_estack=__stack \
|
||||
-DCIRCUITPY_BOARD_ID="\"$(BOARD)\"" \
|
||||
-c \
|
||||
-pipe \
|
||||
-std=gnu11 \
|
||||
|
|
Loading…
Reference in New Issue