[bsp][ls1c] modify "RT_USING_UART" to "RT_USING_SERIAL"
This commit is contained in:
parent
64829a07ba
commit
b102410ece
|
@ -24,7 +24,7 @@
|
|||
|
||||
/*@{*/
|
||||
|
||||
#if defined(RT_USING_UART) && defined(RT_USING_DEVICE)
|
||||
#if defined(RT_USING_SERIAL) && defined(RT_USING_DEVICE)
|
||||
|
||||
struct rt_uart_ls1c
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue