summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGreg Davill <[email protected]>2022-03-22 23:31:20 +1030
committerGreg Davill <[email protected]>2022-03-22 23:31:20 +1030
commita09c1648f56580bcdb59b08af255442d9240281c (patch)
tree3b484ad166f526412f23a11bdcfb24355feb5ddc /src/common
parentd828d203fcdc9f6839330e1007a331f740224ab8 (diff)
Fix typo
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 84d629eac..9de092e34 100644
--- a/src/common/tusb_mcu.h
+++ b/src/common/tusb_mcu.h
@@ -267,7 +267,7 @@
#define TUP_DCD_ENDPOINT_MAX 4
//------------- WCH -------------//
-#elif TU_CHECK_MCU(OPT_MCU_CH32VF307)
+#elif TU_CHECK_MCU(OPT_MCU_CH32V307)
#define TUP_DCD_ENDPOINT_MAX 8
#endif