summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/portable/chipidea/ci_hs/hcd_ci_hs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/portable/chipidea/ci_hs/hcd_ci_hs.c b/src/portable/chipidea/ci_hs/hcd_ci_hs.c
index b5324a754..fe2895f6a 100644
--- a/src/portable/chipidea/ci_hs/hcd_ci_hs.c
+++ b/src/portable/chipidea/ci_hs/hcd_ci_hs.c
@@ -61,6 +61,9 @@ bool hcd_dcache_clean_invalidate(void const* addr, uint32_t data_size) {
#include "ci_hs_lpc18_43.h"
+#elif TU_CHECK_MCU(OPT_MCU_RW61X)
+#include "ci_hs_rw61x.h"
+
#else
#error "Unsupported MCUs"
#endif