mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/termios: Small fix on a print message
This commit is contained in:
parent
5f05678e7d
commit
b8817e2a6d
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ int main(int argc, FAR char *argv[])
|
|||
printf("Please, reopen the terminal with the new attributes,"
|
||||
" otherwise you will have garbage.\n"
|
||||
"You may try: picocom /dev/ttyUSB0 --baud 57600"
|
||||
" --parity o --databits 5 --stopbits 2\n\n");
|
||||
" --parity o --databits 7 --stopbits 2\n\n");
|
||||
fflush(stdout); /* Clean stdout buffer */
|
||||
|
||||
/* Wait to empty the hardware buffer, otherwise the above message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue