4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-20 20:57:12 +08:00

[bsp][ls1c] modify "RT_USING_UART" to "RT_USING_SERIAL"

This commit is contained in:
sundm75 2018-03-17 19:08:24 +08:00
parent 64829a07ba
commit b102410ece

View File

@ -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
{