fix lpc54 button

This commit is contained in:
hathach
2021-04-28 22:34:56 +07:00
parent 71a1f57ccd
commit 8a9f412788
3 changed files with 6 additions and 7 deletions
-3
View File
@@ -11,7 +11,6 @@ CFLAGS += \
-mfloat-abi=hard \
-mfpu=fpv4-sp-d16 \
-DCFG_TUSB_MCU=OPT_MCU_LPC54XXX \
-DCFG_TUSB_MEM_SECTION='__attribute__((section(".data")))' \
-DCFG_TUSB_MEM_ALIGN='__attribute__((aligned(64)))'
# mcu driver cause following warnings
@@ -41,7 +40,5 @@ INC += \
SRC_S += $(MCU_DIR)/gcc/startup_$(MCU_CORE).S
LIBS += $(TOP)/$(MCU_DIR)/gcc/libpower_cm4_hardabi.a
# For freeRTOS port source
FREERTOS_PORT = ARM_CM4F