[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
1 changed files with 1 additions and 1 deletions

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
{