diff options
| author | hathach <[email protected]> | 2022-06-29 14:06:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-06-29 14:06:44 +0700 |
| commit | 8fe9022a6e6dea785092f4e0dff8180f1f0d4d86 (patch) | |
| tree | ecb65ee78f74f67a52723f5719a2eecbf90af0a6 /hw/bsp/same70_xplained | |
| parent | 3ead682af05bee3a275125f3e0384dd9b2882546 (diff) | |
fix buid_board.py script
Diffstat (limited to 'hw/bsp/same70_xplained')
| -rw-r--r-- | hw/bsp/same70_xplained/board.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/same70_xplained/board.mk b/hw/bsp/same70_xplained/board.mk index cb2decf50..cbc51e6b0 100644 --- a/hw/bsp/same70_xplained/board.mk +++ b/hw/bsp/same70_xplained/board.mk @@ -11,7 +11,7 @@ CFLAGS += \ -DCFG_TUSB_MCU=OPT_MCU_SAMX7X # suppress following warnings from mcu driver -CFLAGS += -Wno-error=unused-parameter -Wno-error=cast-align -Wno-error=cast-qual +CFLAGS += -Wno-error=unused-parameter -Wno-error=cast-align -Wno-error=cast-qual -Wno-error=redundant-decls ASF_DIR = hw/mcu/microchip/same70 |
