mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 06:45:10 +03:00
Fixes #2032
This commit is contained in:
parent
7e9435c721
commit
4a9c87cc9c
24 changed files with 173 additions and 125 deletions
|
@ -351,7 +351,7 @@ void menuModelSetup(uint8_t event)
|
|||
case ITEM_MODEL_THROTTLE_TRACE:
|
||||
{
|
||||
lcd_putsLeft(y, STR_TTRACE);
|
||||
if (attr) CHECK_INCDEC_MODELVAR_ZERO_CHECK(event, g_model.thrTraceSrc, NUM_POTS+NUM_CHNOUT, isThrottleSourceAvailable);
|
||||
if (attr) CHECK_INCDEC_MODELVAR_ZERO(event, g_model.thrTraceSrc, NUM_POTS+NUM_CHNOUT);
|
||||
uint8_t idx = g_model.thrTraceSrc + MIXSRC_Thr;
|
||||
if (idx > MIXSRC_Thr)
|
||||
idx += 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue