Skip to content

Commit e39e57e

Browse files
committed
warning
1 parent e1c7a9d commit e39e57e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/arduino/ports/ch32/tusb_config_ch32.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@ extern "C" {
3434
//--------------------------------------------------------------------
3535
#if defined(CH32V10x)
3636
#define CFG_TUSB_MCU OPT_MCU_CH32V103
37-
#warning "CH32v103 is not working yet"
37+
#warning "CH32V103 is not working yet"
3838
#elif defined(CH32V20x)
3939
#define CFG_TUSB_MCU OPT_MCU_CH32V20X
4040
#elif defined(CH32V30x)
4141
#define CFG_TUSB_MCU OPT_MCU_CH32V307
4242
#elif defined(CH32X035)
4343
#define CFG_TUSB_MCU OPT_MCU_CH32X035
44+
#warning "CH32X035 is not working yet"
4445
#elif defined(CH32L10x)
4546
#define CFG_TUSB_MCU OPT_MCU_CH32L10X
47+
#warning "CH32L103 is not working yet"
4648
#endif
4749

4850
#define CFG_TUSB_OS OPT_OS_NONE

0 commit comments

Comments
 (0)