Browse Source

gps: Increase the stack of the GPS task to support sbgECom library

sbg
Brice Saussay 4 years ago
parent
commit
a25fc93320
  1. 2
      src/drivers/gps/gps.cpp

2
src/drivers/gps/gps.cpp

@ -88,7 +88,7 @@ struct GPS_Sat_Info { @@ -88,7 +88,7 @@ struct GPS_Sat_Info {
satellite_info_s _data;
};
static constexpr int TASK_STACK_SIZE = 1760;
static constexpr int TASK_STACK_SIZE = 9952;
class GPS : public ModuleBase<GPS>

Loading…
Cancel
Save