mirror of https://github.com/ArduPilot/ardupilot
AC_Fence: adjusted AP_GROUPINFO to contain all copters
This commit is contained in:
parent
22bdc3e54c
commit
c783410494
|
@ -79,7 +79,7 @@ const AP_Param::GroupInfo AC_Fence::var_info[] = {
|
|||
// @Range: -100 100
|
||||
// @Increment: 1
|
||||
// @User: Standard
|
||||
AP_GROUPINFO_FRAME("ALT_MIN", 7, AC_Fence, _alt_min, AC_FENCE_ALT_MIN_DEFAULT, AP_PARAM_FRAME_SUB | AP_PARAM_FRAME_PLANE),
|
||||
AP_GROUPINFO_FRAME("ALT_MIN", 7, AC_Fence, _alt_min, AC_FENCE_ALT_MIN_DEFAULT, AP_PARAM_FRAME_COPTER | AP_PARAM_FRAME_SUB | AP_PARAM_FRAME_TRICOPTER | AP_PARAM_FRAME_HELI | AP_PARAM_FRAME_PLANE),
|
||||
|
||||
// @Param{Plane}: RET_RALLY
|
||||
// @DisplayName: Fence Return to Rally
|
||||
|
|
Loading…
Reference in New Issue