Plane: fixed parameter docs for LAND_ABORT_THR

it should be a values list
This commit is contained in:
Andrew Tridgell 2015-09-09 09:08:59 +10:00
parent d36ee786e4
commit 953efa9b6c

View File

@ -263,8 +263,7 @@ const AP_Param::Info Plane::var_info[] PROGMEM = {
// @Param: LAND_ABORT_THR
// @DisplayName: Landing abort using throttle
// @Description: Allow a landing abort to trigger with a throttle > 95%
// @Units: boolean
// @Range: 0 1
// @Values: 0:Disabled, 1:Enabled
// @User: Advanced
GSCALAR(land_abort_throttle_enable, "LAND_ABORT_THR", 0),