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/tusb_option.h | |
| parent | d828d203fcdc9f6839330e1007a331f740224ab8 (diff) | |
Fix typo
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index ffeec2241..28bf8a60d 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -150,7 +150,7 @@ #define OPT_MCU_F1C100S 2100 ///< Allwinner F1C100s family // WCH -#define OPT_MCU_CH32VF307 2200 ///< WCH CH32V307 config +#define OPT_MCU_CH32V307 2200 ///< WCH CH32V307 config // Helper to check if configured MCU is one of listed // Apply _TU_CHECK_MCU with || as separator to list of input |
