From 72cdf1de12c5ef71bb650bf7ceb84cf2463bce01 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Sat, 19 Aug 2017 04:23:52 -1000 Subject: [PATCH] sim nsh: increase CONFIG_NFILE_DESCRIPTORS from 53 to 54 Updated to match master This is needed when logger is logging to file and ulog streaming gets activated --- nuttx-configs/sim/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/sim/nsh/defconfig b/nuttx-configs/sim/nsh/defconfig index 43ee60f1e4..af0f00fa13 100644 --- a/nuttx-configs/sim/nsh/defconfig +++ b/nuttx-configs/sim/nsh/defconfig @@ -162,7 +162,7 @@ CONFIG_SIG_SIGCONDTIMEDOUT=16 CONFIG_MAX_TASKS=64 CONFIG_MAX_TASK_ARGS=4 CONFIG_NPTHREAD_KEYS=4 -CONFIG_NFILE_DESCRIPTORS=51 +CONFIG_NFILE_DESCRIPTORS=54 CONFIG_NFILE_STREAMS=16 CONFIG_NAME_MAX=32 CONFIG_PREALLOC_MQ_MSGS=32