1
0
Fork 0
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:
bsongis 2014-04-07 11:58:38 +02:00
parent d1d499a299
commit 03ab5adfc1
3 changed files with 14 additions and 8 deletions

View file

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