mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-25 09:20:35 +08:00
Commander: increase stack to ensure enough margin remains
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user