mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
gps: reduce stack size
A buffer size of the gps drivers got reduced by 100 bytes.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user