Copter: added LOITER option in THROW_NEXTMODE

This commit is contained in:
Andrew Tridgell 2017-08-26 11:47:14 +10:00 committed by Randy Mackay
parent 020e0bfd40
commit 311d7c11e4
1 changed files with 1 additions and 1 deletions

View File

@ -908,7 +908,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
// @Param: THROW_NEXTMODE
// @DisplayName: Throw mode's follow up mode
// @Description: Vehicle will switch to this mode after the throw is successfully completed. Default is to stay in throw mode (18)
// @Values: 3:Auto,4:Guided,6:RTL,9:Land,17:Brake,18:Throw
// @Values: 3:Auto,4:Guided,5:LOITER,6:RTL,9:Land,17:Brake,18:Throw
// @User: Standard
AP_GROUPINFO("THROW_NEXTMODE", 3, ParametersG2, throw_nextmode, 18),