mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_VisualOdom: rename MAV to MAVLink in TYPE param desc
This commit is contained in:
parent
4f639481c1
commit
ccf96cf0a5
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user