examples/termios: Small fix on a print message

This commit is contained in:
Sara Souza 2021-05-23 09:53:05 -03:00 committed by Xiang Xiao
parent 5f05678e7d
commit b8817e2a6d

View File

@ -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