From 816b88ad074696f4f3fc43aa7773e6bc04fc1e6c Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Mon, 21 Aug 2023 09:46:23 +0200 Subject: [PATCH] mimxrt/Makefile: Update to work with latest TinyUSB. Signed-off-by: iabdalkader --- ports/mimxrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/mimxrt/Makefile b/ports/mimxrt/Makefile index ead206e5e2..d5bb7081b0 100644 --- a/ports/mimxrt/Makefile +++ b/ports/mimxrt/Makefile @@ -341,7 +341,7 @@ CFLAGS += \ -D__STARTUP_INITIALIZE_RAMFUNCTION \ -DBOARD_$(BOARD) \ -DBOARD_FLASH_SIZE=$(MICROPY_HW_FLASH_SIZE) \ - -DCFG_TUSB_MCU=OPT_MCU_MIMXRT \ + -DCFG_TUSB_MCU=OPT_MCU_MIMXRT1XXX \ -DCLOCK_CONFIG_H='' \ -DCPU_$(MCU_SERIES)$(MCU_CORE) \ -DCPU_$(MCU_VARIANT) \