mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
navigator: increase stack slightly
This commit is contained in:
parent
41378fcef9
commit
01e60e853e
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user