summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorIngHK <[email protected]>2024-02-24 13:03:51 +0100
committerIngHK <[email protected]>2024-02-24 13:03:51 +0100
commitaf5e75c394919a72bc255820f9c5460336e4bc7b (patch)
tree7cc210822b5af23541d16feb938165bd39084f55 /src/common
parent46a861b0e31a7382d620986079abd0c373dfe6da (diff)
parentf21b792712233e3ef32d05628370b8e378254b2e (diff)
Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgrade
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_mcu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h
index e589c4c86..308ee713c 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -107,7 +107,7 @@
#define TUP_DCD_ENDPOINT_MAX 8
#define TUP_RHPORT_HIGHSPEED 1
-#elif TU_CHECK_MCU(OPT_MCU_KINETIS_KL, OPT_MCU_KINETIS_K32L)
+#elif TU_CHECK_MCU(OPT_MCU_KINETIS_KL, OPT_MCU_KINETIS_K32L, OPT_MCU_KINETIS_K)
#define TUP_USBIP_CHIPIDEA_FS
#define TUP_USBIP_CHIPIDEA_FS_KINETIS
#define TUP_DCD_ENDPOINT_MAX 16