Skip to content

Commit 9d7c459

Browse files
committed
navigator: increase stack 1800 -> 1864 bytes
1 parent b20d820 commit 9d7c459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/navigator/navigator_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ int Navigator::task_spawn(int argc, char *argv[])
872872
_task_id = px4_task_spawn_cmd("navigator",
873873
SCHED_DEFAULT,
874874
SCHED_PRIORITY_NAVIGATION,
875-
PX4_STACK_ADJUSTED(1800),
875+
PX4_STACK_ADJUSTED(1864),
876876
(px4_main_t)&run_trampoline,
877877
(char *const *)argv);
878878

0 commit comments

Comments
 (0)