mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
[Horus] EEPROM structs size changed between the 2 pull requests
This commit is contained in:
parent
2acf6aed3b
commit
30e2d52f76
1 changed files with 2 additions and 2 deletions
|
@ -1089,7 +1089,7 @@ static inline void check_struct()
|
|||
CHKSIZE(ExpoData, 17);
|
||||
CHKSIZE(LimitData, 13);
|
||||
CHKSIZE(CustomFunctionData, 9);
|
||||
CHKSIZE(FlightModeData, 40);
|
||||
CHKSIZE(FlightModeData, 44);
|
||||
CHKSIZE(TimerData, 16);
|
||||
CHKSIZE(SwashRingData, 8);
|
||||
|
||||
|
@ -1097,7 +1097,7 @@ static inline void check_struct()
|
|||
CHKSIZE(ModelHeader, 27);
|
||||
CHKSIZE(CurveData, 4);
|
||||
CHKSIZE(RadioData, 835);
|
||||
CHKSIZE(ModelData, 9335);
|
||||
CHKSIZE(ModelData, 9371);
|
||||
|
||||
#elif defined(PCBSKY9X)
|
||||
CHKSIZE(MixData, 20);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue