mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
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:
parent
39c87c0b1b
commit
d5a25d7c89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user