AC_Fence: hide ALT_MAX parameter from Rover

This commit is contained in:
Steven Josefs 2017-07-17 10:39:26 +02:00 committed by Randy Mackay
parent a1bf9d66f0
commit e8debde4b7

View File

@ -35,7 +35,7 @@ const AP_Param::GroupInfo AC_Fence::var_info[] = {
// @Range: 10 1000 // @Range: 10 1000
// @Increment: 1 // @Increment: 1
// @User: Standard // @User: Standard
AP_GROUPINFO("ALT_MAX", 3, AC_Fence, _alt_max, AC_FENCE_ALT_MAX_DEFAULT), AP_GROUPINFO_FRAME("ALT_MAX", 3, AC_Fence, _alt_max, AC_FENCE_ALT_MAX_DEFAULT, AP_PARAM_FRAME_COPTER | AP_PARAM_FRAME_SUB | AP_PARAM_FRAME_TRICOPTER | AP_PARAM_FRAME_HELI),
// @Param: RADIUS // @Param: RADIUS
// @DisplayName: Circular Fence Radius // @DisplayName: Circular Fence Radius