mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 08:20:35 +08:00
navigator: increase stack slightly
This commit is contained in:
@@ -911,7 +911,7 @@ int Navigator::task_spawn(int argc, char *argv[])
|
||||
_task_id = px4_task_spawn_cmd("navigator",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_NAVIGATION,
|
||||
PX4_STACK_ADJUSTED(1864),
|
||||
PX4_STACK_ADJUSTED(1952),
|
||||
(px4_main_t)&run_trampoline,
|
||||
(char *const *)argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user