1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00
This commit is contained in:
Bertrand Songis 2016-01-30 11:23:34 +01:00
parent fe865dfdae
commit 2a4bc2cf6a
2 changed files with 37 additions and 27 deletions

View file

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