mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 05:05:19 +08:00
mavlink: increase stack 2650 -> 2848 bytes (#15821)
This commit is contained in:
@@ -2726,7 +2726,7 @@ Mavlink::start(int argc, char *argv[])
|
|||||||
px4_task_spawn_cmd(buf,
|
px4_task_spawn_cmd(buf,
|
||||||
SCHED_DEFAULT,
|
SCHED_DEFAULT,
|
||||||
SCHED_PRIORITY_DEFAULT,
|
SCHED_PRIORITY_DEFAULT,
|
||||||
2650 + MAVLINK_NET_ADDED_STACK,
|
2848 + MAVLINK_NET_ADDED_STACK,
|
||||||
(px4_main_t)&Mavlink::start_helper,
|
(px4_main_t)&Mavlink::start_helper,
|
||||||
(char *const *)argv);
|
(char *const *)argv);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user