mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 13:23:31 +08:00
10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
|
|
||
|
config EMSK_USING_UART0
|
||
|
bool "Using UART0"
|
||
|
select RT_USING_SERIAL
|
||
|
default y
|
||
|
|
||
|
config EMSK_USING_UART1
|
||
|
bool "Using UART1"
|
||
|
select RT_USING_SERIAL
|
||
|
default y
|