Plane: improved RTL_AUTOLAND docs

This commit is contained in:
Andrew Tridgell 2014-10-18 12:37:22 +11:00
parent 9f32bf93d1
commit 1f0840ddf8

View File

@ -916,10 +916,8 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: RTL_AUTOLAND // @Param: RTL_AUTOLAND
// @DisplayName: RTL auto land // @DisplayName: RTL auto land
// @Description: Automatically begin landing sequence after arriving at RTL // @Description: Automatically begin landing sequence after arriving at RTL location. This requires the addition of a DO_LAND_START mission item, which acts as a marker for the start of a landing sequence. The closest landing sequence will be chosen to the current location.
// @Units: boolean // @Values: 0:Disable,1:Enable
// @Range: 0 1
// @Increment: 1
// @User: Standard // @User: Standard
GSCALAR(rtl_autoland, "RTL_AUTOLAND", 0), GSCALAR(rtl_autoland, "RTL_AUTOLAND", 0),