mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
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
|
// @Param: TYPE
|
||||||
// @DisplayName: Precision Land Type
|
// @DisplayName: Precision Land Type
|
||||||
// @Description: 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
|
// @User: Advanced
|
||||||
AP_GROUPINFO("TYPE", 1, AC_PrecLand, _type, 0),
|
AP_GROUPINFO("TYPE", 1, AC_PrecLand, _type, 0),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user