aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2014-03-05 22:30:43 +0400
committerAnton Babushkin <anton.babushkin@me.com>2014-03-05 22:30:43 +0400
commitb40d3e1e18bd8032eee97abdd9a4f68d87303f65 (patch)
treef8336189d9d521c9439ffc8f67000456739562d7 /nuttx-configs
parente1742eea7d951aa704665c2b5db4d1c6788aafa0 (diff)
downloadpx4-firmware-b40d3e1e18bd8032eee97abdd9a4f68d87303f65.tar.gz
px4-firmware-b40d3e1e18bd8032eee97abdd9a4f68d87303f65.tar.bz2
px4-firmware-b40d3e1e18bd8032eee97abdd9a4f68d87303f65.zip
Change NFILE_DESCRIPTORS back to 32
Diffstat (limited to 'nuttx-configs')
-rw-r--r--nuttx-configs/px4fmu-v1/nsh/defconfig2
-rw-r--r--nuttx-configs/px4fmu-v2/nsh/defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx-configs/px4fmu-v1/nsh/defconfig b/nuttx-configs/px4fmu-v1/nsh/defconfig
index 7aa71f182..dab62df5f 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=64
+CONFIG_NFILE_DESCRIPTORS=32
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PREALLOC_MQ_MSGS=4
diff --git a/nuttx-configs/px4fmu-v2/nsh/defconfig b/nuttx-configs/px4fmu-v2/nsh/defconfig
index d42b23ab0..e560c805a 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=64
+CONFIG_NFILE_DESCRIPTORS=32
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PREALLOC_MQ_MSGS=4