mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 17:09:06 +08:00
mavlink: decrease task stack
This commit is contained in:
parent
3f9e5a6934
commit
e1168070d1
@ -2721,7 +2721,7 @@ Mavlink::start(int argc, char *argv[])
|
||||
px4_task_spawn_cmd(buf,
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_DEFAULT,
|
||||
2650 + MAVLINK_NET_ADDED_STACK,
|
||||
2496 + MAVLINK_NET_ADDED_STACK,
|
||||
(px4_main_t)&Mavlink::start_helper,
|
||||
(char *const *)argv);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user