Skip to content

Commit 05c213e

Browse files
authored
Typo tusb_config_ch32.h
1 parent e73bcf4 commit 05c213e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arduino/ports/ch32/tusb_config_ch32.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ extern "C" {
3434
//--------------------------------------------------------------------
3535
#if defined(CH32V10x)
3636
#define CFG_TUSB_MCU OPT_MCU_CH32V103
37-
#warnning "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(CH32L10x)
4343
#define CFG_TUSB_MCU OPT_MCU_CH32L10X
44-
#warnning "CH32L103 is not working yet"
44+
#warning "CH32L103 is not working yet"
4545
#endif
4646

4747
#define CFG_TUSB_OS OPT_OS_NONE

0 commit comments

Comments
 (0)