mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 14:24:21 +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;
|
||||
};
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user