We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c7a9d commit e39e57eCopy full SHA for e39e57e
src/arduino/ports/ch32/tusb_config_ch32.h
@@ -34,15 +34,17 @@ extern "C" {
34
//--------------------------------------------------------------------
35
#if defined(CH32V10x)
36
#define CFG_TUSB_MCU OPT_MCU_CH32V103
37
-#warning "CH32v103 is not working yet"
+#warning "CH32V103 is not working yet"
38
#elif defined(CH32V20x)
39
#define CFG_TUSB_MCU OPT_MCU_CH32V20X
40
#elif defined(CH32V30x)
41
#define CFG_TUSB_MCU OPT_MCU_CH32V307
42
#elif defined(CH32X035)
43
#define CFG_TUSB_MCU OPT_MCU_CH32X035
44
+#warning "CH32X035 is not working yet"
45
#elif defined(CH32L10x)
46
#define CFG_TUSB_MCU OPT_MCU_CH32L10X
47
+#warning "CH32L103 is not working yet"
48
#endif
49
50
#define CFG_TUSB_OS OPT_OS_NONE
0 commit comments