random flexibility
This commit is contained in:
parent
51ec3dea0f
commit
f849522474
|
@ -241,8 +241,13 @@
|
|||
#define STM32_SERIAL_USE_USART3 FALSE
|
||||
#endif
|
||||
|
||||
#ifndef STM32_SERIAL_USE_UART4
|
||||
#define STM32_SERIAL_USE_UART4 FALSE
|
||||
#endif
|
||||
|
||||
#ifndef STM32_SERIAL_USE_UART5
|
||||
#define STM32_SERIAL_USE_UART5 FALSE
|
||||
#endif
|
||||
|
||||
#ifndef STM32_SERIAL_USE_USART6
|
||||
#define STM32_SERIAL_USE_USART6 TRUE
|
||||
|
|
Loading…
Reference in New Issue