Browse Source

GPS_Glitch: bug fix for enable/disable parameter

master
Randy Mackay 12 years ago
parent
commit
55c94b3b41
  1. 1
      libraries/AP_GPS/AP_GPS_Glitch.cpp

1
libraries/AP_GPS/AP_GPS_Glitch.cpp

@ -27,7 +27,6 @@ GPS_Glitch::GPS_Glitch(GPS*& gps) : @@ -27,7 +27,6 @@ GPS_Glitch::GPS_Glitch(GPS*& gps) :
_gps(gps)
{
AP_Param::setup_object_defaults(this, var_info);
_enabled = true;
}
// check_position - returns true if gps position is acceptable, false if not

Loading…
Cancel
Save