GPS_Glitch: bug fix for enable/disable parameter

This commit is contained in:
Randy Mackay 2013-09-23 17:07:52 +09:00
parent 54cb815fec
commit 55c94b3b41

View File

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