Sub: Rename SYSID_SW_MREV to FORMAT_VERSION

This commit is contained in:
Rishabh 2020-02-18 11:22:54 +05:30 committed by Randy Mackay
parent d4dcadcea0
commit 075ef40d95
1 changed files with 2 additions and 2 deletions

View File

@ -36,12 +36,12 @@ const AP_Param::Info Sub::var_info[] = {
// @User: Standard
GSCALAR(surface_depth, "SURFACE_DEPTH", SURFACE_DEPTH_DEFAULT),
// @Param: SYSID_SW_MREV
// @Param: FORMAT_VERSION
// @DisplayName: Eeprom format version number
// @Description: This value is incremented when changes are made to the eeprom format
// @User: Advanced
// @ReadOnly: True
GSCALAR(format_version, "SYSID_SW_MREV", 0),
GSCALAR(format_version, "FORMAT_VERSION", 0),
// @Param: SYSID_THISMAV
// @DisplayName: MAVLink system ID of this vehicle