Copter: Rename SYSID_SW_MREV to FORMAT_VERSION

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

View File

@ -36,12 +36,12 @@
#endif #endif
const AP_Param::Info Copter::var_info[] = { const AP_Param::Info Copter::var_info[] = {
// @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