mavlink: increase stack 2650 -> 2848 bytes (#15821)

This commit is contained in:
Daniel Agar
2020-09-25 21:42:02 -04:00
committed by GitHub
parent f37d0a85e2
commit e792c46f20
+1 -1
View File
@@ -2726,7 +2726,7 @@ Mavlink::start(int argc, char *argv[])
px4_task_spawn_cmd(buf,
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT,
2650 + MAVLINK_NET_ADDED_STACK,
2848 + MAVLINK_NET_ADDED_STACK,
(px4_main_t)&Mavlink::start_helper,
(char *const *)argv);