summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-01 14:51:40 +0700
committerhathach <[email protected]>2019-09-01 14:51:40 +0700
commit803d06d6856564761b1e1864f4a90562510795de (patch)
tree11227469f0dedec4dd2be0595c98a0048fe0881f
parent957201fc58b2d75b88b74647bcd8deafdd27c787 (diff)
clean up
-rw-r--r--hw/bsp/lpcxpresso51u68/board.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/lpcxpresso51u68/board.mk b/hw/bsp/lpcxpresso51u68/board.mk
index 83ad1d360..238e723ba 100644
--- a/hw/bsp/lpcxpresso51u68/board.mk
+++ b/hw/bsp/lpcxpresso51u68/board.mk
@@ -6,7 +6,7 @@ CFLAGS += \
-DCFG_TUSB_MCU=OPT_MCU_LPC51UXX \
-DCPU_LPC51U68JBD64 \
-Wfatal-errors \
- -DCFG_TUSB_MEM_SECTION='__attribute__((section(".data.$$RAM3")))' \
+ -DCFG_TUSB_MEM_SECTION='__attribute__((section(".data")))' \
-DCFG_TUSB_MEM_ALIGN='__attribute__((aligned(64)))'
# All source paths should be relative to the top level.