1
0
Fork 0
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:
romolo.manfredini@gmail.com 2012-08-18 19:37:11 +00:00
parent 7f630f4781
commit 08c24d0ffb

View file

@ -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);