Correct bad cut-and-paste in STM32 F7 stm32_uart.h. Noted by Vlad Chiorean
This commit is contained in:
parent
139a31b875
commit
a1cbb7d8fb
1 changed files with 4 additions and 4 deletions
|
|
@ -51,16 +51,16 @@
|
|||
* device.
|
||||
*/
|
||||
|
||||
#if CONFIG_STM32F7_ < 4
|
||||
#if STM32F7_NUART < 4
|
||||
# undef CONFIG_STM32F7_UART8
|
||||
#endif
|
||||
#if CONFIG_STM32F7_ < 4
|
||||
#if STM32F7_NUART < 3
|
||||
# undef CONFIG_STM32F7_UART7
|
||||
#endif
|
||||
#if CONFIG_STM32F7_ < 3
|
||||
#if STM32F7_NUART < 2
|
||||
# undef CONFIG_STM32F7_UART5
|
||||
#endif
|
||||
#if CONFIG_STM32F7_ < 1
|
||||
#if STM32F7_NUART < 1
|
||||
# undef CONFIG_STM32F7_UART4
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue