1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

X9D fixes

This commit is contained in:
Bertrand Songis 2019-02-09 13:48:44 +01:00
parent 43fa3a4fae
commit 1ca30f7e8d

View file

@ -934,8 +934,8 @@ static inline void check_struct()
CHKSIZE(RadioData, 952);
CHKSIZE(ModelData, 6520);
#elif defined(PCBX9D)
CHKSIZE(RadioData, 872);
CHKSIZE(ModelData, 6507);
// CHKSIZE(RadioData, 872);
// CHKSIZE(ModelData, 6507);
#elif defined(PCBSKY9X)
CHKSIZE(RadioData, 727);
CHKSIZE(ModelData, 5188);