UART driver refactor (#11637)

This commit is contained in:
Ryan
2021-01-27 17:42:49 +11:00
committed by GitHub
parent be897cbc2f
commit 30b46fad57
12 changed files with 287 additions and 39 deletions

View File

@@ -212,8 +212,8 @@
/*
* SERIAL driver system settings.
*/
#define STM32_SERIAL_USE_USART1 FALSE
#define STM32_SERIAL_USE_USART2 TRUE
#define STM32_SERIAL_USE_USART1 TRUE
#define STM32_SERIAL_USE_USART2 FALSE
#define STM32_SERIAL_USE_USART3 FALSE
#define STM32_SERIAL_USE_UART4 FALSE
#define STM32_SERIAL_USE_UART5 FALSE