forked from Archive/PX4-Autopilot
Ensure MAVLink app has enough stack space
This commit is contained in:
parent
75d0ffe4e5
commit
ce1ec430f8
|
@ -1634,7 +1634,7 @@ Mavlink::start(int argc, char *argv[])
|
|||
task_spawn_cmd(buf,
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_DEFAULT,
|
||||
2700,
|
||||
2900,
|
||||
(main_t)&Mavlink::start_helper,
|
||||
(const char **)argv);
|
||||
|
||||
|
|
Loading…
Reference in New Issue