aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/px4fmu-v2/nsh/defconfig
diff options
context:
space:
mode:
authorJulian Oes <julian@oes.ch>2014-02-12 16:21:50 +0100
committerJulian Oes <julian@oes.ch>2014-02-12 16:21:50 +0100
commit76ae004e5c6c1dcc05f1eb784f6dc14cff2a3671 (patch)
tree5d4f6cc627e91b21ae6c4301fe86b4e17830118b /nuttx-configs/px4fmu-v2/nsh/defconfig
parent99b426c27c004b6430c4058151b0dd3854989414 (diff)
downloadpx4-firmware-76ae004e5c6c1dcc05f1eb784f6dc14cff2a3671.tar.gz
px4-firmware-76ae004e5c6c1dcc05f1eb784f6dc14cff2a3671.tar.bz2
px4-firmware-76ae004e5c6c1dcc05f1eb784f6dc14cff2a3671.zip
Defconfig: allow for more file descriptors
Diffstat (limited to 'nuttx-configs/px4fmu-v2/nsh/defconfig')
-rw-r--r--nuttx-configs/px4fmu-v2/nsh/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx-configs/px4fmu-v2/nsh/defconfig b/nuttx-configs/px4fmu-v2/nsh/defconfig
index 2a734c27e..050872677 100644
--- a/nuttx-configs/px4fmu-v2/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v2/nsh/defconfig
@@ -439,7 +439,7 @@ CONFIG_SIG_SIGWORK=4
CONFIG_MAX_TASKS=32
CONFIG_MAX_TASK_ARGS=10
CONFIG_NPTHREAD_KEYS=4
-CONFIG_NFILE_DESCRIPTORS=32
+CONFIG_NFILE_DESCRIPTORS=64
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PREALLOC_MQ_MSGS=4