mirror of https://github.com/ArduPilot/ardupilot
AC_PrecLand: TYPE param renamed to MAVLink
This commit is contained in:
parent
31720d2c83
commit
fcc2e2ac5a
|
@ -41,7 +41,7 @@ const AP_Param::GroupInfo AC_PrecLand::var_info[] = {
|
|||
// @Param: TYPE
|
||||
// @DisplayName: Precision Land Type
|
||||
// @Description: Precision Land Type
|
||||
// @Values: 0:None, 1:CompanionComputer, 2:IRLock, 3:SITL_Gazebo, 4:SITL
|
||||
// @Values: 0:None, 1:MAVLink, 2:IRLock, 3:SITL_Gazebo, 4:SITL
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("TYPE", 1, AC_PrecLand, _type, 0),
|
||||
|
||||
|
|
Loading…
Reference in New Issue