mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 18:33:31 +08:00
9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
menu "General Purpose UARTs"
|
|
|
|
menuconfig BSP_USING_UART0
|
|
bool "Enable UART0"
|
|
select RT_USING_SERIAL
|
|
default y
|
|
|
|
endmenu
|