summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-02-24 01:11:01 +0700
committerGitHub <[email protected]>2024-02-24 01:11:01 +0700
commit21de8245aea294753236c182d9ed63875503df5d (patch)
treea2f64856dfcf23c76d758de6f0717ce8e558ea11 /src/common
parentbe5cc44f5584344a1628b0b4429356e143fbf3e1 (diff)
parent65a2e5cdf8d708b88bb8edf7b718f698e5a18ffc (diff)
Merge pull request #2168 from emb4fun/nxp_k64
Added support for the NXP K64 series
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