forked from Archive/PX4-Autopilot
Reduce mavlink stack size slightly
This commit is contained in:
parent
531ba79e55
commit
7655f3e425
|
@ -2193,7 +2193,7 @@ Mavlink::start(int argc, char *argv[])
|
|||
task_spawn_cmd(buf,
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_DEFAULT,
|
||||
2048,
|
||||
1800,
|
||||
(main_t)&Mavlink::start_helper,
|
||||
(const char **)argv);
|
||||
|
||||
|
|
Loading…
Reference in New Issue