mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
drivers/gps: increase stack to handle gps dump config for RTCM output (PPK)
This commit is contained in:
committed by
Beat Küng
parent
b874eaf5f9
commit
cb66c48876
@@ -108,7 +108,7 @@ struct GPS_Sat_Info {
|
|||||||
satellite_info_s _data;
|
satellite_info_s _data;
|
||||||
};
|
};
|
||||||
|
|
||||||
static constexpr int TASK_STACK_SIZE = PX4_STACK_ADJUSTED(1990);
|
static constexpr int TASK_STACK_SIZE = PX4_STACK_ADJUSTED(2040);
|
||||||
|
|
||||||
|
|
||||||
class GPS : public ModuleBase<GPS>, public device::Device
|
class GPS : public ModuleBase<GPS>, public device::Device
|
||||||
|
|||||||
Reference in New Issue
Block a user