drivers/gps: increase stack to handle gps dump config for RTCM output (PPK)

This commit is contained in:
Thomas Stastny 2023-04-19 11:31:34 +02:00 committed by Beat Küng
parent b874eaf5f9
commit cb66c48876
1 changed files with 1 additions and 1 deletions

View File

@ -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