You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/05/23 17:21:21 UTC

[incubator-nuttx-apps] branch master updated: examples/termios: Small fix on a print message

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new b8817e2  examples/termios: Small fix on a print message
b8817e2 is described below

commit b8817e2a6d10de7fed6abde714de69a1c68c63a7
Author: Sara Souza <sa...@espressif.com>
AuthorDate: Sun May 23 09:53:05 2021 -0300

    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 d34cce5..cb37dfe 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