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

[X9D+] S3 not available if disabled in HARDWARE menu

This commit is contained in:
Bertrand Songis 2016-09-04 20:05:18 +02:00
parent 7100eb990e
commit 04651784b5
3 changed files with 17 additions and 26 deletions

View file

@ -905,8 +905,8 @@ PACK(struct TrainerData {
#endif
#define EXTRA_GENERAL_FIELDS \
EXTRA_GENERAL_FIELDS_ARM \
uint8_t serial2Mode:6; \
uint8_t slidersConfig:2; \
uint8_t serial2Mode:4; \
uint8_t slidersConfig:4; \
uint8_t potsConfig; /* two bits per pot */\
uint8_t backlightColor; \
swarnstate_t switchUnlockStates; \