File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,14 @@ extern "C" {
34
34
//--------------------------------------------------------------------
35
35
#if defined(CH32V10x )
36
36
#define CFG_TUSB_MCU OPT_MCU_CH32V103
37
- #warnning "CH32v103 is not working yet"
37
+ #warnning "CH32V103 is not working yet"
38
38
#elif defined(CH32V20x )
39
39
#define CFG_TUSB_MCU OPT_MCU_CH32V20X
40
40
#elif defined(CH32V30x )
41
41
#define CFG_TUSB_MCU OPT_MCU_CH32V307
42
42
#elif defined(CH32L10x )
43
43
#define CFG_TUSB_MCU OPT_MCU_CH32L10X
44
+ #warnning "CH32L103 is not working yet"
44
45
#endif
45
46
46
47
#define CFG_TUSB_OS OPT_OS_NONE
Original file line number Diff line number Diff line change 474
474
#define TUP_DCD_ENDPOINT_MAX (CFG_TUD_WCH_USBIP_USBHS ? 16 : 8)
475
475
476
476
#elif TU_CHECK_MCU (OPT_MCU_CH32L10X )
477
- // x035 and l103 support USBFS only
477
+ // l103 support USBFS only
478
478
#define TUP_USBIP_WCH_USBFS
479
479
480
480
#if !defined(CFG_TUD_WCH_USBIP_USBFS )
You can’t perform that action at this time.
0 commit comments