mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-29 14:40:26 +08:00
17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
|
|
|
|
config TINA_USING_UART0
|
|
bool "Using UART0"
|
|
select RT_USING_SERIAL
|
|
default n
|
|
|
|
config TINA_USING_UART1
|
|
bool "Using UART1"
|
|
select RT_USING_SERIAL
|
|
default y
|
|
|
|
config TINA_USING_UART2
|
|
bool "Using UART2"
|
|
select RT_USING_SERIAL
|
|
default y
|