mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
[AVR] ModelData size check removed as it's more complex (depending on GVARS and EXT options)
This commit is contained in:
parent
66bd674ccf
commit
9e0a26c51c
1 changed files with 0 additions and 10 deletions
|
@ -1149,16 +1149,6 @@ static inline void check_struct()
|
|||
CHKSIZE(RadioData, 85);
|
||||
#endif
|
||||
|
||||
#if defined(PCBSTD) && defined (MAVLINK)
|
||||
CHKSIZE(ModelData, 717);
|
||||
#elif defined(PCBSTD)
|
||||
CHKSIZE(ModelData, 756);
|
||||
#elif defined(MAVLINK)
|
||||
CHKSIZE(ModelData, 978);
|
||||
#else
|
||||
CHKSIZE(ModelData, 1017);
|
||||
#endif
|
||||
|
||||
#endif /* board specific ifdefs*/
|
||||
|
||||
#if defined(CPUARM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue