diff options
| author | hathach <[email protected]> | 2019-09-01 22:44:56 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-09-01 22:44:56 +0700 |
| commit | f2bbb75695650a6f1d43c6d648a9ad10d75019d9 (patch) | |
| tree | 217a33cf4c3f5c3d8894056658cd07cdd13f427b | |
| parent | 67d2cf39d5b776f4b540dda3547547ab3ad839be (diff) | |
clean up
| -rw-r--r-- | hw/bsp/lpcxpresso51u68/board.mk | 1 | ||||
| -rw-r--r-- | hw/bsp/lpcxpresso54114/board.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hw/bsp/lpcxpresso51u68/board.mk b/hw/bsp/lpcxpresso51u68/board.mk index 60485463c..7b83759aa 100644 --- a/hw/bsp/lpcxpresso51u68/board.mk +++ b/hw/bsp/lpcxpresso51u68/board.mk @@ -5,7 +5,6 @@ CFLAGS += \ -DCORE_M0PLUS \ -DCFG_TUSB_MCU=OPT_MCU_LPC51UXX \ -DCPU_LPC51U68JBD64 \ - -Wfatal-errors \ -DCFG_TUSB_MEM_SECTION='__attribute__((section(".data")))' \ -DCFG_TUSB_MEM_ALIGN='__attribute__((aligned(64)))' diff --git a/hw/bsp/lpcxpresso54114/board.mk b/hw/bsp/lpcxpresso54114/board.mk index d4ef8c262..bc49c3e30 100644 --- a/hw/bsp/lpcxpresso54114/board.mk +++ b/hw/bsp/lpcxpresso54114/board.mk @@ -7,7 +7,6 @@ CFLAGS += \ -DCORE_M4 \ -DCFG_TUSB_MCU=OPT_MCU_LPC54XXX \ -DCPU_LPC54114J256BD64_cm4 \ - -Wfatal-errors \ -DCFG_TUSB_MEM_SECTION='__attribute__((section(".data")))' \ -DCFG_TUSB_MEM_ALIGN='__attribute__((aligned(64)))' |
