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

Buttons for trims T5 and T6 were not working in simu (fix #7167) (#7243)

Buttons for trims T5 and T6 were not working in simu (fix #7167)
This commit is contained in:
Andre Bernet 2020-01-03 12:16:26 +01:00 committed by Bertrand Songis
parent 3e4c67b273
commit abc70f1a5a
3 changed files with 12 additions and 12 deletions

View file

@ -581,7 +581,7 @@ enum SwitchSources {
#define SWSRC_TRAINER SWSRC_LAST_SWITCH,
#endif
#define SWSRC_LAST_TRIM (SWSRC_FIRST_TRIM + 2*NUM_TRIMS - 1)
#define SWSRC_LAST_TRIM (SWSRC_FIRST_TRIM + 2 * NUM_TRIMS - 1)
enum MixSources {
MIXSRC_NONE,