GPS driver increase stack (244 bytes left)

This commit is contained in:
Daniel Agar
2017-07-08 19:39:16 -04:00
committed by Lorenz Meier
parent a9750f7ccb
commit f45b9048aa
+1 -1
View File
@@ -321,7 +321,7 @@ int GPS::init()
/* start the GPS driver worker task */
_task = px4_task_spawn_cmd("gps", SCHED_DEFAULT,
SCHED_PRIORITY_SLOW_DRIVER, 1550, (px4_main_t)&GPS::task_main_trampoline, args);
SCHED_PRIORITY_SLOW_DRIVER, 1610, (px4_main_t)&GPS::task_main_trampoline, args);
if (_task < 0) {
PX4_WARN("task start failed: %d", errno);