summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-18 14:54:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-18 14:54:43 +0000
commit550c3e958920b870dccf05955a8984727473e70e (patch)
tree2e97f22f3440d9ac6371dbff0f9a599ad9587b0e /nuttx/examples/README.txt
parented7faabc2f21e32e738ff8de8316dcff81474741 (diff)
downloadpx4-nuttx-550c3e958920b870dccf05955a8984727473e70e.tar.gz
px4-nuttx-550c3e958920b870dccf05955a8984727473e70e.tar.bz2
px4-nuttx-550c3e958920b870dccf05955a8984727473e70e.zip
Fix serial read behavior
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1275 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt3
1 files changed, 1 insertions, 2 deletions
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
^^^^^^^^^^^^