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)
This commit is contained in:
parent
3e4c67b273
commit
abc70f1a5a
3 changed files with 12 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue