summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f100rc_generic/nsh/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-03 17:47:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-03 17:47:03 +0000
commit7de0aae2cfe835f4530ba1ca316e1d2fb9bbcfef (patch)
tree650f601cf18de69164509968a350125f3693f340 /nuttx/configs/stm32f100rc_generic/nsh/defconfig
parent2fe37bef25b42871de4925ca36dc855d4a9af964 (diff)
downloadpx4-nuttx-7de0aae2cfe835f4530ba1ca316e1d2fb9bbcfef.tar.gz
px4-nuttx-7de0aae2cfe835f4530ba1ca316e1d2fb9bbcfef.tar.bz2
px4-nuttx-7de0aae2cfe835f4530ba1ca316e1d2fb9bbcfef.zip
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
Diffstat (limited to 'nuttx/configs/stm32f100rc_generic/nsh/defconfig')
-rw-r--r--nuttx/configs/stm32f100rc_generic/nsh/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f100rc_generic/nsh/defconfig b/nuttx/configs/stm32f100rc_generic/nsh/defconfig
index aea79ff3f..2ec1caf61 100644
--- a/nuttx/configs/stm32f100rc_generic/nsh/defconfig
+++ b/nuttx/configs/stm32f100rc_generic/nsh/defconfig
@@ -399,7 +399,7 @@ CONFIG_SYMTAB_ORDEREDBYNAME=y
#
# Library Routines
#
-CONFIG_STDIO_BUFFER_SIZE=256
+CONFIG_STDIO_BUFFER_SIZE=64
CONFIG_STDIO_LINEBUFFER=y
CONFIG_NUNGET_CHARS=2
CONFIG_LIB_HOMEDIR="/"