Browse Source

AP_GPS: removed shadowed class variable _nav_setting

this caused a uBlox to incorrectly configure as "portable" instead of
airborne if the detection took more than 2 seconds. That led to
terrible performance.
mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
6f9fa7d3b3
  1. 2
      libraries/AP_GPS/AP_GPS_Auto.h

2
libraries/AP_GPS/AP_GPS_Auto.h

@ -45,7 +45,5 @@ private: @@ -45,7 +45,5 @@ private:
static const prog_char _mtk_set_binary[];
static const prog_char _sirf_set_binary[];
enum GPS_Engine_Setting _nav_setting;
};
#endif

Loading…
Cancel
Save