summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/portable/nxp/transdimension/dcd_transdimension.c4
-rw-r--r--src/tusb_option.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/portable/nxp/transdimension/dcd_transdimension.c b/src/portable/nxp/transdimension/dcd_transdimension.c
index b9527d65d..a17770ce0 100644
--- a/src/portable/nxp/transdimension/dcd_transdimension.c
+++ b/src/portable/nxp/transdimension/dcd_transdimension.c
@@ -28,7 +28,7 @@
#if TUSB_OPT_DEVICE_ENABLED && (CFG_TUSB_MCU == OPT_MCU_LPC18XX || \
CFG_TUSB_MCU == OPT_MCU_LPC43XX || \
- CFG_TUSB_MCU == OPT_MCU_RT10XX)
+ CFG_TUSB_MCU == OPT_MCU_IMXRT10XX)
//--------------------------------------------------------------------+
// INCLUDE
@@ -36,7 +36,7 @@
#include "common/tusb_common.h"
#include "device/dcd.h"
-#if CFG_TUSB_MCU == OPT_MCU_RT10XX
+#if CFG_TUSB_MCU == OPT_MCU_IMXRT10XX
#include "fsl_device_registers.h"
#define DCD_REGS_BASE { (dcd_registers_t*) USB1_BASE, (dcd_registers_t*) USB2_BASE }
IRQn_Type DCD_IRQn[] = { USB_OTG1_IRQn, USB_OTG2_IRQn };
diff --git a/src/tusb_option.h b/src/tusb_option.h
index cc7b46755..d7cbcb2d3 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -72,7 +72,7 @@
#define OPT_MCU_VALENTYUSB_EPTRI 600 ///< Fomu eptri config
-#define OPT_MCU_RT10XX 700 ///< NXP iMX RT10xx
+#define OPT_MCU_IMXRT10XX 700 ///< NXP iMX RT10xx
/** @} */