summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorJerry Palacios <[email protected]>2024-02-20 18:02:42 -0600
committerJerry Palacios <[email protected]>2024-02-20 18:02:42 -0600
commit5c14bd13da211ff2679115b0dba96ac80c1a516c (patch)
treeaa7cc85bc5240f46a7a7c7c2b5d60c9008443526 /src/common
parent69ad3e2c8d3b8baf78d82fa6a6287253f925794b (diff)
MCX A and MCX N merged to MCX family
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_mcu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h
index 21ae3a71e..7b6da5f59 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -100,10 +100,10 @@
#define TUP_DCD_ENDPOINT_MAX 8
#define TUP_RHPORT_HIGHSPEED 1
-#elif TU_CHECK_MCU(OPT_MCU_MCXA)
+#elif TU_CHECK_MCU(OPT_MCU_MCXA15)
// USB0 is chipidea FS
#define TUP_USBIP_CHIPIDEA_FS
- #define TUP_USBIP_CHIPIDEA_FS_MCXA
+ #define TUP_USBIP_CHIPIDEA_FS_MCX
#define TUP_DCD_ENDPOINT_MAX 16