Browse Source

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
sbg
David Sidrane 8 years ago committed by Daniel Agar
parent
commit
72cdf1de12
  1. 2
      nuttx-configs/sim/nsh/defconfig

2
nuttx-configs/sim/nsh/defconfig

@ -162,7 +162,7 @@ CONFIG_SIG_SIGCONDTIMEDOUT=16 @@ -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

Loading…
Cancel
Save