mirror of https://github.com/ArduPilot/ardupilot
AP_Mount: DEVID made writeable
This commit is contained in:
parent
6a14c1f72f
commit
a8057f0157
|
@ -162,7 +162,6 @@ const AP_Param::GroupInfo AP_Mount_Params::var_info[] = {
|
|||
// @Param: _DEVID
|
||||
// @DisplayName: Mount Device ID
|
||||
// @Description: Mount device ID, taking into account its type, bus and instance
|
||||
// @ReadOnly: True
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO_FLAGS("_DEVID", 15, AP_Mount_Params, dev_id, 0, AP_PARAM_FLAG_INTERNAL_USE_ONLY),
|
||||
|
||||
|
|
Loading…
Reference in New Issue