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