Browse Source

AP_NavEKF: removed repeated intialisation

master
Paul Riseborough 11 years ago committed by Andrew Tridgell
parent
commit
7ac0172db1
  1. 1
      libraries/AP_NavEKF/AP_NavEKF.cpp

1
libraries/AP_NavEKF/AP_NavEKF.cpp

@ -2623,7 +2623,6 @@ void NavEKF::ZeroVariables() @@ -2623,7 +2623,6 @@ void NavEKF::ZeroVariables()
lastMagUpdate = 0;
lastAirspeedUpdate = 0;
lastHgtUpdate = 0;
lastFixTime_ms = 0;
dtIMU = 0;
dt = 0;
hgtMea = 0;

Loading…
Cancel
Save