Copter: unmark FORMAT_VERSION as read-only

Matches other vehicles and allows GCSes to use documented behavior of a
zero write to FORMAT_VERSION to reset EEPROM contents.
This commit is contained in:
Thomas Watson 2024-04-04 17:20:05 -05:00 committed by Andrew Tridgell
parent 39c87c0b1b
commit d5a25d7c89
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ const AP_Param::Info Copter::var_info[] = {
// @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, "FORMAT_VERSION", 0),
// @Param: SYSID_THISMAV