mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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
This commit is contained in:
parent
4e86bc7620
commit
72cdf1de12
@ -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…
x
Reference in New Issue
Block a user