Skip to content
Snippets Groups Projects
Commit d35814ed authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

nuttx px4fmu-v4 config: increase CONFIG_NFILE_DESCRIPTORS to 52

necessary for mavlink receiver. It had the following output:
 mavlink_rcv_if0: node_open as advertiser failed.
parent 25cff520
No related branches found
No related tags found
No related merge requests found
......@@ -442,7 +442,7 @@ CONFIG_SIG_SIGWORK=4
CONFIG_MAX_TASKS=32
CONFIG_MAX_TASK_ARGS=10
CONFIG_NPTHREAD_KEYS=4
CONFIG_NFILE_DESCRIPTORS=42
CONFIG_NFILE_DESCRIPTORS=52
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PREALLOC_MQ_MSGS=4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment