mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Commander: increase stack to ensure enough margin remains
This commit is contained in:
parent
fa8222e188
commit
f69a6af989
@ -4525,7 +4525,7 @@ int Commander::task_spawn(int argc, char *argv[])
|
||||
_task_id = px4_task_spawn_cmd("commander",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_DEFAULT + 40,
|
||||
3000,
|
||||
3160,
|
||||
(px4_main_t)&run_trampoline,
|
||||
(char *const *)argv);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user