Skip to content

Commit

Permalink
GPS increase task stack 1530 -> 1600 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Jan 18, 2019
1 parent f537c98 commit 95eff33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/gps/gps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 95eff33

Please sign in to comment.