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.
This commit is contained in:
Andrew Tridgell 2012-11-05 14:29:01 +11:00
parent 2793e432ff
commit 6f9fa7d3b3
1 changed files with 0 additions and 2 deletions

View File

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