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:
parent
ea562a2502
commit
e64464ff9b
3 changed files with 7 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue