mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
fix small switch bug in flight phases
This commit is contained in:
parent
7f630f4781
commit
08c24d0ffb
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,7 @@ void menuProcPhaseOne(uint8_t event)
|
|||
case 1:
|
||||
lcd_putsLeft( y, STR_SWITCH);
|
||||
putsSwitches(PHASES_EDIT_2ND_COLUMN, y, phase->swtch, attr);
|
||||
if (attr) CHECK_INCDEC_MODELSWITCH(event, phase->swtch, -MAX_DRSWITCH, MAX_DRSWITCH);
|
||||
if (attr) CHECK_INCDEC_MODELSWITCH(event, phase->swtch, -MAX_SWITCH, MAX_SWITCH);
|
||||
break;
|
||||
case 2:
|
||||
lcd_putsLeft( y, STR_TRIMS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue