1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 06:15:10 +03:00

[VC++] Compilation fixes

This commit is contained in:
Bertrand Songis 2016-06-21 20:24:58 +02:00
parent ea562a2502
commit e64464ff9b
3 changed files with 7 additions and 5 deletions

View file

@ -1104,7 +1104,7 @@ static inline void check_struct()
CHKSIZE(ModelHeader, 27);
CHKSIZE(CurveData, 4);
CHKSIZE(RadioData, 835);
CHKSIZE(ModelData, 9372);
CHKSIZE(ModelData, 9380);
#elif defined(PCBSKY9X)
CHKSIZE(MixData, 20);