diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-27 17:42:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 17:42:49 +1100 |
commit | 30b46fad5764b54ab4d47e9c4024f8030e1bf1a7 (patch) | |
tree | 9a9aa60158edf5adea802e33ee2db2ba4164145a /platforms | |
parent | be897cbc2f9d542dfcc98c8e06aeb04179cc484c (diff) | |
download | qmk_firmware-30b46fad5764b54ab4d47e9c4024f8030e1bf1a7.tar.gz qmk_firmware-30b46fad5764b54ab4d47e9c4024f8030e1bf1a7.zip |
UART driver refactor (#11637)
Diffstat (limited to 'platforms')
-rw-r--r-- | platforms/chibios/QMK_PROTON_C/configs/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/chibios/QMK_PROTON_C/configs/mcuconf.h b/platforms/chibios/QMK_PROTON_C/configs/mcuconf.h index ac2d9a1ee..4d7b586c0 100644 --- a/platforms/chibios/QMK_PROTON_C/configs/mcuconf.h +++ b/platforms/chibios/QMK_PROTON_C/configs/mcuconf.h | |||
@@ -212,8 +212,8 @@ | |||
212 | /* | 212 | /* |
213 | * SERIAL driver system settings. | 213 | * SERIAL driver system settings. |
214 | */ | 214 | */ |
215 | #define STM32_SERIAL_USE_USART1 FALSE | 215 | #define STM32_SERIAL_USE_USART1 TRUE |
216 | #define STM32_SERIAL_USE_USART2 TRUE | 216 | #define STM32_SERIAL_USE_USART2 FALSE |
217 | #define STM32_SERIAL_USE_USART3 FALSE | 217 | #define STM32_SERIAL_USE_USART3 FALSE |
218 | #define STM32_SERIAL_USE_UART4 FALSE | 218 | #define STM32_SERIAL_USE_UART4 FALSE |
219 | #define STM32_SERIAL_USE_UART5 FALSE | 219 | #define STM32_SERIAL_USE_UART5 FALSE |