Plane: AHRS set_orientation renamed to update_orientation

This commit is contained in:
Peter Barker 2019-02-17 15:54:01 +11:00 committed by Andrew Tridgell
parent 693873fd04
commit dea75a87fd

View File

@ -268,7 +268,7 @@ void Plane::one_second_loop()
#endif
// make it possible to change orientation at runtime
ahrs.set_orientation();
ahrs.update_orientation();
adsb.set_stall_speed_cm(aparm.airspeed_min);
adsb.set_max_speed(aparm.airspeed_max);