mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 07:13:56 -04:00
Rover: fix typo on call to AP_WindVane
This commit is contained in:
parent
cb03a35737
commit
3e7cd5a721
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user