1
0
Fork 0
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:
Bertrand Songis 2016-04-10 11:41:32 +02:00
parent 2acf6aed3b
commit 30e2d52f76

View file

@ -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);