From b8817e2a6d10de7fed6abde714de69a1c68c63a7 Mon Sep 17 00:00:00 2001 From: Sara Souza Date: Sun, 23 May 2021 09:53:05 -0300 Subject: [PATCH] examples/termios: Small fix on a print message --- examples/termios/termios_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/termios/termios_main.c b/examples/termios/termios_main.c index d34cce5d0..cb37dfec3 100644 --- a/examples/termios/termios_main.c +++ b/examples/termios/termios_main.c @@ -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