Kinetis: Need to set HAVE_UART_DEVICE when UART4 is selected
This commit is contained in:
parent
98bdd12521
commit
b6b30bcc7d
@ -80,7 +80,7 @@
|
|||||||
#undef HAVE_UART_DEVICE
|
#undef HAVE_UART_DEVICE
|
||||||
#if defined(CONFIG_KINETIS_UART0) || defined(CONFIG_KINETIS_UART1) || \
|
#if defined(CONFIG_KINETIS_UART0) || defined(CONFIG_KINETIS_UART1) || \
|
||||||
defined(CONFIG_KINETIS_UART2) || defined(CONFIG_KINETIS_UART3) || \
|
defined(CONFIG_KINETIS_UART2) || defined(CONFIG_KINETIS_UART3) || \
|
||||||
defined(CONFIG_KINETIS_UART5)
|
defined(CONFIG_KINETIS_UART4) || defined(CONFIG_KINETIS_UART5)
|
||||||
# define HAVE_UART_DEVICE 1
|
# define HAVE_UART_DEVICE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user