Plane: stop setting eas2tas in AirSpeed - it can work it out itself

This commit is contained in:
Peter Barker 2019-06-01 15:05:53 +10:00 committed by Andrew Tridgell
parent 5cfba85095
commit fb2422e496

View File

@ -640,9 +640,6 @@ void Plane::update_flight_stage(void)
} else {
set_flight_stage(AP_Vehicle::FixedWing::FLIGHT_NORMAL);
}
// tell AHRS the airspeed to true airspeed ratio
airspeed.set_EAS2TAS(barometer.get_EAS2TAS());
}