drivers/serial: Fix some typo error report in https://github.com/apache/nuttx/pull/8843

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-03-20 10:38:29 +08:00 committed by Alin Jerpelea
parent 75cf216861
commit e7090022a0

View File

@ -169,10 +169,10 @@ config SERIAL_TERMIOS
depends on ARCH_HAVE_SERIAL_TERMIOS depends on ARCH_HAVE_SERIAL_TERMIOS
default n default n
---help--- ---help---
If this is not defined, then the terminal hardware setting If this is not defined, then the terminal hardware settings
(baud, parity, flow control) is not configurable at runtime. (baud, parity, flow control) are not configurable at runtime.
Note: other software setting (echo, \r\n<->\n, break, tcflush) Note: other software settings (echo, \r\n<->\n, break, tcflush)
is always supported. are always supported.
config TTY_LAUNCH config TTY_LAUNCH
bool "Enable feature TTY launch program" bool "Enable feature TTY launch program"