1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00

X7D renamed to X7

This commit is contained in:
Bertrand Songis 2016-12-12 07:39:51 +01:00
parent 7b5dfd7de5
commit 82d6b96f8b
60 changed files with 162 additions and 162 deletions

View file

@ -920,7 +920,7 @@ PACK(struct TrainerData {
char switchNames[NUM_SWITCHES][LEN_SWITCH_NAME]; \
char anaNames[NUM_STICKS+NUM_POTS+NUM_SLIDERS][LEN_ANA_NAME];
#elif defined(PCBTARANIS)
#if defined(PCBX9E) || defined(PCBX7D)
#if defined(PCBX9E) || defined(PCBX7)
#define BLUETOOTH_FIELDS \
uint8_t bluetoothEnable; \
char bluetoothName[LEN_BLUETOOTH_NAME];
@ -1055,7 +1055,7 @@ static inline void check_struct()
/* LEN_FUNCTION_NAME is the difference in CustomFunctionData */
#if defined(PCBX7D)
#if defined(PCBX7)
// TODO
#elif defined(PCBTARANIS)
CHKSIZE(MixData, 22);
@ -1076,7 +1076,7 @@ static inline void check_struct()
#if defined(PCBX9E)
CHKSIZE(RadioData, 952);
CHKSIZE(ModelData, 6520);
#elif defined(PCBX7D)
#elif defined(PCBX7)
CHKSIZE(RadioData, 839);
CHKSIZE(ModelData, 6504);
#else