1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-23 08:15:13 +03:00

Compilation fix

This commit is contained in:
Bertrand Songis 2019-04-30 17:02:19 +02:00
parent 02e56d245d
commit 8aa596ead7
6 changed files with 9 additions and 12 deletions

View file

@ -179,12 +179,6 @@ bool isSourceAvailable(int source)
return IS_POT_SLIDER_AVAILABLE(POT1+source-MIXSRC_FIRST_POT);
}
#if defined(PCBSKY9X) && defined(REVX)
if (source == MIXSRC_REa) {
return false;
}
#endif
#if defined(PCBX10)
if ((source>=MIXSRC_S3 && source<=MIXSRC_S4) || (source>=MIXSRC_MOUSE1 && source<=MIXSRC_MOUSE2))
return false;