aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/px4fmu-v1/nsh/defconfig
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-04-25 01:30:05 +0200
committerLorenz Meier <lm@inf.ethz.ch>2015-04-26 14:33:55 +0200
commit6d41b5d063036593106e22fbdd1fce963eacfbd6 (patch)
treedf11d1d303b0834dd9b559cd3e8a8894d0b985ce /nuttx-configs/px4fmu-v1/nsh/defconfig
parent0ebf626632675dc5d54d08164be04d37ec1d74d2 (diff)
downloadpx4-firmware-6d41b5d063036593106e22fbdd1fce963eacfbd6.tar.gz
px4-firmware-6d41b5d063036593106e22fbdd1fce963eacfbd6.tar.bz2
px4-firmware-6d41b5d063036593106e22fbdd1fce963eacfbd6.zip
NuttX configs: Reduce excessive number of reserved FDs
Diffstat (limited to 'nuttx-configs/px4fmu-v1/nsh/defconfig')
-rw-r--r--nuttx-configs/px4fmu-v1/nsh/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx-configs/px4fmu-v1/nsh/defconfig b/nuttx-configs/px4fmu-v1/nsh/defconfig
index 389cb5ab5..cd410051c 100644
--- a/nuttx-configs/px4fmu-v1/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v1/nsh/defconfig
@@ -405,7 +405,7 @@ CONFIG_SIG_SIGWORK=4
CONFIG_MAX_TASKS=32
CONFIG_MAX_TASK_ARGS=10
CONFIG_NPTHREAD_KEYS=4
-CONFIG_NFILE_DESCRIPTORS=44
+CONFIG_NFILE_DESCRIPTORS=42
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PREALLOC_MQ_MSGS=4