mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Fixes #2022
This commit is contained in:
parent
fe865dfdae
commit
2a4bc2cf6a
2 changed files with 37 additions and 27 deletions
|
@ -260,7 +260,6 @@ getvalue_t getValue(mixsrc_t i)
|
|||
else if (i>=MIXSRC_FIRST_STICK && i<=MIXSRC_LAST_POT) {
|
||||
return calibratedStick[i-MIXSRC_Rud];
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(PCBGRUVIN9X) || defined(PCBMEGA2560) || defined(ROTARY_ENCODERS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue