mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Cosmetics
This commit is contained in:
parent
dd44da14bc
commit
0ad015f3e7
32 changed files with 227 additions and 183 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue