forked from Archive/PX4-Autopilot
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…
Reference in New Issue