mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
GPS driver increase stack
This commit is contained in:
parent
e12acc4b28
commit
21cc34befb
@ -981,7 +981,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, 1610,
|
||||
SCHED_PRIORITY_SLOW_DRIVER, 1630,
|
||||
entry_point, (char *const *)argv);
|
||||
|
||||
if (task_id < 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user