summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
Diffstat (limited to 'src/host')
-rw-r--r--src/host/ehci/ehci.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/host/ehci/ehci.c b/src/host/ehci/ehci.c
index 23c8ea9ee..f3a5cf9cd 100644
--- a/src/host/ehci/ehci.c
+++ b/src/host/ehci/ehci.c
@@ -26,7 +26,10 @@
#include "common/tusb_common.h"
-#if TUSB_OPT_HOST_ENABLED && (CFG_TUSB_MCU == OPT_MCU_LPC43XX || CFG_TUSB_MCU == OPT_MCU_LPC18XX)
+#if TUSB_OPT_HOST_ENABLED && \
+ (CFG_TUSB_MCU == OPT_MCU_LPC43XX || CFG_TUSB_MCU == OPT_MCU_LPC18XX || \
+ CFG_TUSB_MCU == OPT_MCU_MIMXRT10XX )
+
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+