diff options
| author | hathach <[email protected]> | 2024-05-17 16:13:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-05-20 11:54:48 +0700 |
| commit | 5fee292606e4c5502b2172328c02d5df24eb0c7c (patch) | |
| tree | 675ad264b8019eb125f65ac695516a7516978d6d /src/common | |
| parent | ab5f2768773634efe8c79add7e009e2e2ca63279 (diff) | |
temp code
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 eab112015..e313fea05 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -404,8 +404,8 @@ //------------- WCH -------------// #elif TU_CHECK_MCU(OPT_MCU_CH32V307) - #define TUP_DCD_ENDPOINT_MAX 16 - #define TUP_RHPORT_HIGHSPEED 1 + #define TUP_DCD_ENDPOINT_MAX 8 +// #define TUP_RHPORT_HIGHSPEED 1 #elif TU_CHECK_MCU(OPT_MCU_CH32F20X) #define TUP_DCD_ENDPOINT_MAX 16 |
