This commit is contained in:
hathach
2024-06-14 16:08:26 +07:00
parent 33f5547ed4
commit 9ae0053573

View File

@@ -43,10 +43,10 @@
#pragma GCC diagnostic ignored "-Wstrict-prototypes" #pragma GCC diagnostic ignored "-Wstrict-prototypes"
#endif #endif
#if CFG_TUSB_MCU == OPT_MCU_CH32V20X #if CFG_TUSB_MCU == OPT_MCU_CH32F20X
#include <ch32v20x.h>
#elif CFG_TUSB_MCU == OPT_MCU_CH32F20X
#include <ch32f20x.h> #include <ch32f20x.h>
#elif CFG_TUSB_MCU == OPT_MCU_CH32V20X
#include <ch32v20x.h>
#endif #endif
#ifdef __GNUC__ #ifdef __GNUC__