diff --git a/src/drivers/gps/gps.cpp b/src/drivers/gps/gps.cpp index 923c5721c9..8a4b929fd8 100644 --- a/src/drivers/gps/gps.cpp +++ b/src/drivers/gps/gps.cpp @@ -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, public device::Device