AP_VisualOdom: rename MAV to MAVLink in TYPE param desc

This commit is contained in:
Randy Mackay 2020-04-10 11:19:03 +09:00 committed by Andrew Tridgell
parent 4f639481c1
commit ccf96cf0a5

View File

@ -31,7 +31,7 @@ const AP_Param::GroupInfo AP_VisualOdom::var_info[] = {
// @Param: _TYPE
// @DisplayName: Visual odometry camera connection type
// @Description: Visual odometry camera connection type
// @Values: 0:None,1:MAV,2:IntelT265
// @Values: 0:None,1:MAVLink,2:IntelT265
// @User: Advanced
// @RebootRequired: True
AP_GROUPINFO_FLAGS("_TYPE", 0, AP_VisualOdom, _type, 0, AP_PARAM_FLAG_ENABLE),