Rover: fix typo on call to AP_WindVane

This commit is contained in:
Randy Mackay 2018-10-07 12:14:59 +09:00
parent cb03a35737
commit 3e7cd5a721

View File

@ -338,7 +338,7 @@ bool Rover::arm_motors(AP_Arming::ArmingMethod method)
rover.mode_simple.init_heading();
// save home heading for use in sail vehicles
rover.g2.windvane.record_home_headng();
rover.g2.windvane.record_home_heading();
change_arm_state();
return true;