aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/px4fmu-v2
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-08-27 07:49:36 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-08-27 07:49:36 +0200
commitbfd0444cb30bf2db3f19a6a1c052d85c2270a090 (patch)
tree687831eeb50501d239854215e4c7af94474f3df3 /nuttx-configs/px4fmu-v2
parent3157285254381827bc0312bfb413ff6823feee3b (diff)
downloadpx4-firmware-bfd0444cb30bf2db3f19a6a1c052d85c2270a090.tar.gz
px4-firmware-bfd0444cb30bf2db3f19a6a1c052d85c2270a090.tar.bz2
px4-firmware-bfd0444cb30bf2db3f19a6a1c052d85c2270a090.zip
Revert "Increased the number of max files descriptors considerably"
This reverts commit 3157285254381827bc0312bfb413ff6823feee3b.
Diffstat (limited to 'nuttx-configs/px4fmu-v2')
-rw-r--r--nuttx-configs/px4fmu-v2/nsh/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx-configs/px4fmu-v2/nsh/defconfig b/nuttx-configs/px4fmu-v2/nsh/defconfig
index f99973aec..3e2a48108 100644
--- a/nuttx-configs/px4fmu-v2/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v2/nsh/defconfig
@@ -451,8 +451,8 @@ CONFIG_SIG_SIGWORK=4
CONFIG_MAX_TASKS=32
CONFIG_MAX_TASK_ARGS=10
CONFIG_NPTHREAD_KEYS=4
-CONFIG_NFILE_DESCRIPTORS=64
-CONFIG_NFILE_STREAMS=50
+CONFIG_NFILE_DESCRIPTORS=32
+CONFIG_NFILE_STREAMS=25
CONFIG_NAME_MAX=32
CONFIG_PREALLOC_MQ_MSGS=4
CONFIG_MQ_MAXMSGSIZE=32