diff options
| author | Greg Davill <[email protected]> | 2022-03-22 23:31:20 +1030 |
|---|---|---|
| committer | Greg Davill <[email protected]> | 2022-03-22 23:31:20 +1030 |
| commit | a09c1648f56580bcdb59b08af255442d9240281c (patch) | |
| tree | 3b484ad166f526412f23a11bdcfb24355feb5ddc /src/common | |
| parent | d828d203fcdc9f6839330e1007a331f740224ab8 (diff) | |
Fix typo
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 2 |
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 |
