mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Copter: add missing disarm-on-land parameter to rtl_land_run
Always disarm
This commit is contained in:
parent
5b793252ed
commit
ef00978662
@ -52,7 +52,7 @@ void Copter::smart_rtl_run()
|
||||
rtl_descent_run(); // Re-using the descend method from normal rtl mode.
|
||||
break;
|
||||
case SmartRTL_Land:
|
||||
rtl_land_run(); // Re-using the land method from normal rtl mode.
|
||||
rtl_land_run(true); // Re-using the land method from normal rtl mode.
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user