Browse Source

GPS driver increase stack

sbg
Daniel Agar 7 years ago committed by Beat Küng
parent
commit
21cc34befb
  1. 2
      src/drivers/gps/gps.cpp

2
src/drivers/gps/gps.cpp

@ -981,7 +981,7 @@ int GPS::task_spawn(int argc, char *argv[], Instance instance)
} }
int task_id = px4_task_spawn_cmd("gps", SCHED_DEFAULT, int task_id = px4_task_spawn_cmd("gps", SCHED_DEFAULT,
SCHED_PRIORITY_SLOW_DRIVER, 1610, SCHED_PRIORITY_SLOW_DRIVER, 1630,
entry_point, (char *const *)argv); entry_point, (char *const *)argv);
if (task_id < 0) { if (task_id < 0) {

Loading…
Cancel
Save