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

Cosmetics

This commit is contained in:
Bertrand Songis 2016-07-23 19:28:17 +02:00
parent dd44da14bc
commit 0ad015f3e7
32 changed files with 227 additions and 183 deletions

View file

@ -557,6 +557,7 @@ PACK(struct FrSkyChannelData {
uint8_t multiplier; // 0=no multiplier, 1=*2 multiplier
});
// TODO remove this also on Taranis
PACK(struct FrSkyTelemetryData {
uint8_t voltsSource;
uint8_t altitudeSource;
@ -965,7 +966,7 @@ PACK(struct TrainerData {
#define EXTRA_GENERAL_FIELDS
#endif
#if defined(COLORLCD)
#if defined(PCBHORUS)
#include "gui/horus/theme.h"
#define THEME_DATA \
NOBACKUP(char themeName[8]); \
@ -1085,6 +1086,8 @@ static inline void check_struct()
CHKSIZE(ModelData, 6507);
#endif
#elif defined(PCBFLAMENCO)
#elif defined(PCBHORUS)
CHKSIZE(MixData, 20);
CHKSIZE(ExpoData, 17);