Apply 2 suggestion(s) to 2 file(s)

This commit is contained in:
Sara Souza 2021-03-13 01:57:14 +08:00 committed by Xiang Xiao
parent 577598d2df
commit afad97d9f8
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ config EXAMPLES_TERMIOS
---help---
Enable the Termios example. This example
shows how to change serial parameters like baud rate,
stop bits, data lenght and parity using the termios interface.
stop bits, data length and parity using the termios interface.
if EXAMPLES_TERMIOS

View File

@ -20,7 +20,7 @@
include $(APPDIR)/Make.defs
# Termios Example! built-in application info
# Termios example built-in application info
PROGNAME = termios
PRIORITY = $(CONFIG_EXAMPLES_TERMIOS_PRIORITY)