Skip to content
Snippets Groups Projects
Commit 95eff332 authored by Daniel Agar's avatar Daniel Agar
Browse files

GPS increase task stack 1530 -> 1600 bytes

parent f537c98c
No related branches found
No related tags found
No related merge requests found
......@@ -998,7 +998,7 @@ int GPS::task_spawn(int argc, char *argv[], Instance instance)
}
int task_id = px4_task_spawn_cmd("gps", SCHED_DEFAULT,
SCHED_PRIORITY_SLOW_DRIVER, 1530,
SCHED_PRIORITY_SLOW_DRIVER, 1600,
entry_point, (char *const *)argv);
if (task_id < 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment