diff options
| author | alt-0191 <[email protected]> | 2026-02-26 21:10:04 +0800 |
|---|---|---|
| committer | alt-0191 <[email protected]> | 2026-03-18 15:23:28 +0800 |
| commit | 20fdaeef6ca8853002087927e460c0b6339049cd (patch) | |
| tree | 08266aa2573d05e50c58bdefe6ec10f8e0bf0ec1 /src/common | |
| parent | 6b0d20d70dbe0462fc89a92ab0c0ca04a9c625d0 (diff) | |
ch58x: fix MCU macro naming and add get_deps/boards entries
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index 02364d580..dfeae3fbb 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -629,8 +629,8 @@ #define TUP_DCD_EDPT_CLOSE_API #endif -#elif TU_CHECK_MCU(OPT_MCU_CH582) - // CH58x has 2 independent USBFS controllers with merged EP registers, FS only. +#elif TU_CHECK_MCU(OPT_MCU_CH58X) + // CH582/583 has 2 independent USBFS controllers with merged EP registers, FS only. #define TUP_USBIP_WCH_CH58X #ifndef CFG_TUD_WCH_USBIP_USBFS |
