mirror of https://github.com/ArduPilot/ardupilot
ArduCopterMega - Parameters.h - updated eeprom format_version to 9 to force refresh of eeprom because of RC_Channel change to store reverse setting.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2529 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
499cbec9e5
commit
505cee674a
|
@ -17,7 +17,7 @@ public:
|
|||
// The increment will prevent old parameters from being used incorrectly
|
||||
// by newer code.
|
||||
//
|
||||
static const uint16_t k_format_version = 8;
|
||||
static const uint16_t k_format_version = 9;
|
||||
|
||||
//
|
||||
// Parameter identities.
|
||||
|
|
Loading…
Reference in New Issue