Increase the MavLink module stack size

This commit is contained in:
acfloria
2018-03-14 11:20:42 +01:00
committed by Beat Küng
parent b66b997c66
commit da57dbbce0

View File

@@ -2560,7 +2560,7 @@ Mavlink::start(int argc, char *argv[])
px4_task_spawn_cmd(buf,
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT,
2500,
2650,
(px4_main_t)&Mavlink::start_helper,
(char *const *)argv);