Plane: Remove tecs_hgt_afe from the 50hz tecs update

This commit is contained in:
Michael du Breuil 2016-04-20 23:44:34 -07:00 committed by Andrew Tridgell
parent f5749b44cd
commit ef348473eb

View File

@ -190,7 +190,7 @@ void Plane::update_speed_height(void)
// Call TECS 50Hz update. Note that we call this regardless of
// throttle suppressed, as this needs to be running for
// takeoff detection
SpdHgt_Controller->update_50hz(tecs_hgt_afe());
SpdHgt_Controller->update_50hz();
}
}