diff options
| author | hathach <[email protected]> | 2024-06-14 16:08:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-06-14 16:08:26 +0700 |
| commit | 9ae00535737f6f442a9ca7ad3167f686c0d557b1 (patch) | |
| tree | 03e2d39af9d6cbd3ebfe095114c480e4722dbcf5 /src | |
| parent | 33f5547ed435f33259afc2a8e906eb7a258fbdd6 (diff) | |
newline
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/st/stm32_fsdev/fsdev_ch32.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/portable/st/stm32_fsdev/fsdev_ch32.h b/src/portable/st/stm32_fsdev/fsdev_ch32.h index dbf2a0289..f63a80d56 100644 --- a/src/portable/st/stm32_fsdev/fsdev_ch32.h +++ b/src/portable/st/stm32_fsdev/fsdev_ch32.h @@ -43,10 +43,10 @@ #pragma GCC diagnostic ignored "-Wstrict-prototypes" #endif -#if CFG_TUSB_MCU == OPT_MCU_CH32V20X - #include <ch32v20x.h> -#elif CFG_TUSB_MCU == OPT_MCU_CH32F20X +#if CFG_TUSB_MCU == OPT_MCU_CH32F20X #include <ch32f20x.h> +#elif CFG_TUSB_MCU == OPT_MCU_CH32V20X + #include <ch32v20x.h> #endif #ifdef __GNUC__ |
