1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

[Companion] Horus support missing the top bar and current view

This commit is contained in:
Bertrand Songis 2016-11-27 20:11:36 +01:00
parent 3c47da2b39
commit 510e2ea450
3 changed files with 6 additions and 0 deletions

View file

@ -1101,6 +1101,7 @@ static inline void check_struct()
CHKSIZE(RadioData, 847);
CHKSIZE(ModelData, 9380);
CHKSIZE(CustomScreenData, 610);
CHKSIZE(Topbar::PersistentData, 216);
#elif defined(PCBSKY9X)
CHKSIZE(MixData, 20);
CHKSIZE(ExpoData, 17);