AP_Mount: DEVID made writeable

This commit is contained in:
Randy Mackay 2023-08-03 14:47:36 +09:00 committed by Andrew Tridgell
parent 6a14c1f72f
commit a8057f0157
1 changed files with 0 additions and 1 deletions

View File

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