diff options
| author | Greg Davill <[email protected]> | 2022-03-23 00:00:06 +1030 |
|---|---|---|
| committer | Greg Davill <[email protected]> | 2022-03-23 00:00:06 +1030 |
| commit | cdb8a1a2a1dd863f35fd91d58c18ec83115f9326 (patch) | |
| tree | 383fbc7050f7662c6f36d62fc34888bcccf79f9e /src/common | |
| parent | 325923b6c61d0a914a0c6f78e650c6b85fbd13d2 (diff) | |
Clean up driver
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 9de092e34..fb0cdd361 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -268,7 +268,7 @@ //------------- WCH -------------// #elif TU_CHECK_MCU(OPT_MCU_CH32V307) - #define TUP_DCD_ENDPOINT_MAX 8 + #define TUP_DCD_ENDPOINT_MAX 16 #endif |
