AP_NavEKF: removed repeated intialisation
This commit is contained in:
parent
28fb5e364b
commit
7ac0172db1
@ -2623,7 +2623,6 @@ void NavEKF::ZeroVariables()
|
|||||||
lastMagUpdate = 0;
|
lastMagUpdate = 0;
|
||||||
lastAirspeedUpdate = 0;
|
lastAirspeedUpdate = 0;
|
||||||
lastHgtUpdate = 0;
|
lastHgtUpdate = 0;
|
||||||
lastFixTime_ms = 0;
|
|
||||||
dtIMU = 0;
|
dtIMU = 0;
|
||||||
dt = 0;
|
dt = 0;
|
||||||
hgtMea = 0;
|
hgtMea = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user