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

[X7D] Rotary encoder initialization

This commit is contained in:
Bertrand Songis 2016-10-20 18:54:51 +02:00
parent d2f688c7d9
commit 71bb6de3dd
5 changed files with 22 additions and 10 deletions

View file

@ -902,7 +902,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)
#if defined(PCBX9E) || defined(PCBX7D)
#define BLUETOOTH_FIELDS \
uint8_t bluetoothEnable; \
char bluetoothName[LEN_BLUETOOTH_NAME];