mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
X9D fixes
This commit is contained in:
parent
43fa3a4fae
commit
1ca30f7e8d
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue