drivers/gps: increase stack

This commit is contained in:
Thomas Stastny 2023-04-03 15:32:20 +02:00 committed by Beat Küng
parent aa5b9ae638
commit f4681f01b6
1 changed files with 1 additions and 1 deletions

View File

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