mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 11:59:50 +03:00
Struct size checks adjusted for PCBSKY9X
This commit is contained in:
parent
295f7f3a9f
commit
b95eaa147f
1 changed files with 2 additions and 2 deletions
|
@ -1104,7 +1104,7 @@ static inline void check_struct()
|
||||||
#elif defined(PCBSKY9X)
|
#elif defined(PCBSKY9X)
|
||||||
CHKSIZE(MixData, 20);
|
CHKSIZE(MixData, 20);
|
||||||
CHKSIZE(ExpoData, 17);
|
CHKSIZE(ExpoData, 17);
|
||||||
CHKSIZE(LimitData, 13);
|
CHKSIZE(LimitData, 11);
|
||||||
CHKSIZE(CustomFunctionData, 9);
|
CHKSIZE(CustomFunctionData, 9);
|
||||||
CHKSIZE(FlightModeData, 38);
|
CHKSIZE(FlightModeData, 38);
|
||||||
CHKSIZE(TimerData, 11);
|
CHKSIZE(TimerData, 11);
|
||||||
|
@ -1115,7 +1115,7 @@ static inline void check_struct()
|
||||||
CHKSIZE(ModelHeader, 12);
|
CHKSIZE(ModelHeader, 12);
|
||||||
CHKTYPE(CurveData, 4);
|
CHKTYPE(CurveData, 4);
|
||||||
CHKSIZE(RadioData, 727);
|
CHKSIZE(RadioData, 727);
|
||||||
CHKSIZE(ModelData, 5252);
|
CHKSIZE(ModelData, 5188);
|
||||||
#else
|
#else
|
||||||
// Common for all variants
|
// Common for all variants
|
||||||
CHKSIZE(LimitData, 5);
|
CHKSIZE(LimitData, 5);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue