fix buid_board.py script

This commit is contained in:
hathach
2022-06-29 14:06:44 +07:00
parent 3ead682af0
commit 8fe9022a6e
18 changed files with 55 additions and 31 deletions
+2 -1
View File
@@ -34,8 +34,9 @@ CFLAGS += \
-Wno-error=unused-parameter \
-DCFG_TUSB_MCU=OPT_MCU_CXD56 \
# suppress following warnings from mcu driver
# lwip/src/core/raw.c:334:43: error: declaration of 'recv' shadows a global declaration
CFLAGS += -Wno-error=shadow
CFLAGS += -Wno-error=shadow -Wno-error=redundant-decls
SPRESENSE_SDK = $(TOP)/hw/mcu/sony/cxd56/spresense-exported-sdk