summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-06-24 21:53:46 +0700
committerhathach <[email protected]>2022-06-24 21:53:46 +0700
commit1d6918ce419b7df13def76759ba804c46ea8024c (patch)
tree56aea7b91f2120c5d1619f80b75608427c8b0cd4 /hw
parent835ab01cab9ebe20eac46da1853eb158e1248f01 (diff)
suppress redundant-decls warnings for freertos examples
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/samd11/family.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/samd11/family.mk b/hw/bsp/samd11/family.mk
index ae55be75b..85cc136a6 100644
--- a/hw/bsp/samd11/family.mk
+++ b/hw/bsp/samd11/family.mk
@@ -12,7 +12,7 @@ CFLAGS += \
-DCFG_TUSB_MCU=OPT_MCU_SAMD11
# suppress warning caused by vendor mcu driver
-CFLAGS += -Wno-error=cast-qual
+CFLAGS += -Wno-error=cast-qual -Wno-error=redundant-decls
SRC_C += \
src/portable/microchip/samd/dcd_samd.c \