mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 08:00:36 +08:00
GPS driver increase stack (244 bytes left)
This commit is contained in:
committed by
Lorenz Meier
parent
a9750f7ccb
commit
f45b9048aa
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user