EKF: Remove out of date comment

This commit is contained in:
Paul Riseborough 2017-03-10 14:18:13 +11:00 committed by GitHub
parent ec1a14bc6b
commit 092cc52838

View File

@ -341,7 +341,6 @@ bool Ekf::initialiseFilter(void)
}
} else if (_primary_hgt_source == VDIST_SENSOR_EV) {
// vision data counters are sampled elsewhere
_hgt_counter = _ev_counter;
} else {
return false;