update lpc mcu sdk path

This commit is contained in:
hathach
2021-04-28 18:30:19 +07:00
parent aaa8c9928c
commit af0db342df
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
DEPS_SUBMODULES += hw/mcu/nxp
DEPS_SUBMODULES += hw/mcu/nxp/mcux-sdk
include $(TOP)/$(BOARD_PATH)/board.mk
@@ -16,7 +16,7 @@ CFLAGS += \
# mcu driver cause following warnings
CFLAGS += -Wno-error=unused-parameter
MCU_DIR = hw/mcu/nxp/sdk/devices/LPC54114
MCU_DIR = hw/mcu/nxp/mcux-sdk/devices/LPC54114
SRC_C += \
src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c \