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

View File

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