Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio buffers

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5604 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2013-02-03 17:47:03 +00:00
parent d0003c1a00
commit e0e0006bc9
149 changed files with 149 additions and 149 deletions
+1 -1
View File
@@ -469,7 +469,7 @@ CONFIG_BUILTIN=y
#
# Library Routines
#
CONFIG_STDIO_BUFFER_SIZE=256
CONFIG_STDIO_BUFFER_SIZE=64
CONFIG_STDIO_LINEBUFFER=y
CONFIG_NUNGET_CHARS=2
CONFIG_LIB_HOMEDIR="/"