We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73bcf4 commit 05c213eCopy full SHA for 05c213e
src/arduino/ports/ch32/tusb_config_ch32.h
@@ -34,14 +34,14 @@ extern "C" {
34
//--------------------------------------------------------------------
35
#if defined(CH32V10x)
36
#define CFG_TUSB_MCU OPT_MCU_CH32V103
37
-#warnning "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(CH32L10x)
43
#define CFG_TUSB_MCU OPT_MCU_CH32L10X
44
-#warnning "CH32L103 is not working yet"
+#warning "CH32L103 is not working yet"
45
#endif
46
47
#define CFG_TUSB_OS OPT_OS_NONE
0 commit comments