From 550c3e958920b870dccf05955a8984727473e70e Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 18 Nov 2008 14:54:43 +0000 Subject: Fix serial read behavior git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1275 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/README.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nuttx/examples/README.txt') diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt index 2d8ea8a2d..2d16b210f 100644 --- a/nuttx/examples/README.txt +++ b/nuttx/examples/README.txt @@ -124,8 +124,7 @@ examples/serloop * CONFIG_EXAMPLES_SERLOOP_BUFIO Use C buffered I/O (getchar/putchar) vs. raw console I/O - (read/read). The behavior of the NuttX getchar() call is - very hostile unless you also set CONFIG_STDIO_BUFFER_SIZE=0. + (read/read). examples/udp ^^^^^^^^^^^^ -- cgit v1.2.3