GPS_Glitch: bug fix for enable/disable parameter
This commit is contained in:
parent
54cb815fec
commit
55c94b3b41
@ -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…
Reference in New Issue
Block a user