mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 22:59:06 +08:00
gps: reduce stack size
A buffer size of the gps drivers got reduced by 100 bytes.
This commit is contained in:
parent
cef6cf96f8
commit
fb04a611c5
@ -965,7 +965,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, 1630,
|
||||
SCHED_PRIORITY_SLOW_DRIVER, 1530,
|
||||
entry_point, (char *const *)argv);
|
||||
|
||||
if (task_id < 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user