mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_OSD: added missing OSD types to param docs
This commit is contained in:
parent
5e88a856e9
commit
c7b03dc936
@ -39,7 +39,7 @@ const AP_Param::GroupInfo AP_OSD::var_info[] = {
|
||||
// @Param: _TYPE
|
||||
// @DisplayName: OSD type
|
||||
// @Description: OSD type
|
||||
// @Values: 0:None,1:MAX7456
|
||||
// @Values: 0:None,1:MAX7456,2:SITL,3:MSP
|
||||
// @User: Standard
|
||||
// @RebootRequired: True
|
||||
AP_GROUPINFO_FLAGS("_TYPE", 1, AP_OSD, osd_type, 0, AP_PARAM_FLAG_ENABLE),
|
||||
|
Loading…
Reference in New Issue
Block a user