mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
drivers/gps: increase stack
This commit is contained in:
parent
aa5b9ae638
commit
f4681f01b6
@ -105,7 +105,7 @@ struct GPS_Sat_Info {
|
||||
satellite_info_s _data;
|
||||
};
|
||||
|
||||
static constexpr int TASK_STACK_SIZE = PX4_STACK_ADJUSTED(1760);
|
||||
static constexpr int TASK_STACK_SIZE = PX4_STACK_ADJUSTED(1990);
|
||||
|
||||
|
||||
class GPS : public ModuleBase<GPS>, public device::Device
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user