AC_Fence: Move {Plane} mark from Value to Param

This commit is contained in:
Tatsuya Yamaguchi 2022-04-27 17:06:25 +09:00 committed by Andrew Tridgell
parent dbae31fb15
commit cb6c1a1c80
1 changed files with 2 additions and 2 deletions

View File

@ -99,10 +99,10 @@ const AP_Param::GroupInfo AC_Fence::var_info[] = {
// @User: Standard
AP_GROUPINFO_FRAME("RET_ALT", 9, AC_Fence, _ret_altitude, 0.0f, AP_PARAM_FRAME_PLANE),
// @Param: AUTOENABLE
// @Param{Plane}: AUTOENABLE
// @DisplayName: Fence Auto-Enable
// @Description: Auto-enable of fence
// @Values{Plane}: 0:AutoEnableOff,1:AutoEnableOnTakeoff,2:AutoEnableDisableFloorOnLanding,3:AutoEnableOnlyWhenArmed
// @Values: 0:AutoEnableOff,1:AutoEnableOnTakeoff,2:AutoEnableDisableFloorOnLanding,3:AutoEnableOnlyWhenArmed
// @Range: 0 3
// @Increment: 1
// @User: Standard