Copter: AHRS set_orientation renamed to update_orientation

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

View File

@ -422,7 +422,7 @@ void Copter::one_hz_loop()
if (!motors->armed()) { if (!motors->armed()) {
// make it possible to change ahrs orientation at runtime during initial config // make it possible to change ahrs orientation at runtime during initial config
ahrs.set_orientation(); ahrs.update_orientation();
update_using_interlock(); update_using_interlock();