mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 08:15:13 +03:00
Compilation fix
This commit is contained in:
parent
02e56d245d
commit
8aa596ead7
6 changed files with 9 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue