mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Compilation problem on Sky9x without FrSky module / telemetry
This commit is contained in:
parent
d1d499a299
commit
03ab5adfc1
3 changed files with 14 additions and 8 deletions
|
@ -72,6 +72,12 @@
|
|||
#define IF_CPUARM(x)
|
||||
#endif
|
||||
|
||||
#if defined(VARIO) && defined(CPUARM)
|
||||
#define IF_VARIO_CPUARM(x) x,
|
||||
#else
|
||||
#define IF_VARIO_CPUARM(x)
|
||||
#endif
|
||||
|
||||
#if defined(LUA)
|
||||
#define IF_LUA(x) x,
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue