mirror of https://github.com/ArduPilot/ardupilot
Sub: Rename SYSID_SW_MREV to FORMAT_VERSION
This commit is contained in:
parent
d4dcadcea0
commit
075ef40d95
|
@ -36,12 +36,12 @@ const AP_Param::Info Sub::var_info[] = {
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(surface_depth, "SURFACE_DEPTH", SURFACE_DEPTH_DEFAULT),
|
GSCALAR(surface_depth, "SURFACE_DEPTH", SURFACE_DEPTH_DEFAULT),
|
||||||
|
|
||||||
// @Param: SYSID_SW_MREV
|
// @Param: FORMAT_VERSION
|
||||||
// @DisplayName: Eeprom format version number
|
// @DisplayName: Eeprom format version number
|
||||||
// @Description: This value is incremented when changes are made to the eeprom format
|
// @Description: This value is incremented when changes are made to the eeprom format
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
// @ReadOnly: True
|
// @ReadOnly: True
|
||||||
GSCALAR(format_version, "SYSID_SW_MREV", 0),
|
GSCALAR(format_version, "FORMAT_VERSION", 0),
|
||||||
|
|
||||||
// @Param: SYSID_THISMAV
|
// @Param: SYSID_THISMAV
|
||||||
// @DisplayName: MAVLink system ID of this vehicle
|
// @DisplayName: MAVLink system ID of this vehicle
|
||||||
|
|
Loading…
Reference in New Issue