AC_PrecLand: TYPE param renamed to MAVLink

This commit is contained in:
Randy Mackay 2024-05-20 09:09:04 +09:00 committed by Peter Barker
parent 31720d2c83
commit fcc2e2ac5a
1 changed files with 1 additions and 1 deletions

View File

@ -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),