1
0
Fork 0
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:
Bertrand Songis 2016-04-10 12:45:49 +02:00
parent 66bd674ccf
commit 9e0a26c51c

View file

@ -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)