AP_NavEKF2: fix bug in performance timer

This commit is contained in:
Paul Riseborough 2015-11-18 10:25:28 +11:00 committed by Randy Mackay
parent b2b8dcb8ff
commit 20798316e1

View File

@ -589,7 +589,7 @@ void NavEKF2_core::FuseMagnetometer()
ForceSymmetry();
ConstrainVariances();
hal.util->perf_end(_perf_test[4]);
hal.util->perf_end(_perf_test[5]);
}