1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Compilation fix

This commit is contained in:
Bertrand Songis 2019-04-18 22:56:17 +02:00
parent 84628beb3f
commit bcde2651b7

View file

@ -458,6 +458,7 @@ static int luaSportTelemetryPush(lua_State * L)
return 1; return 1;
} }
#if defined(PXX2)
/*luadoc /*luadoc
@function accessTelemetryPush() @function accessTelemetryPush()
@ -508,6 +509,7 @@ static int luaAccessTelemetryPush(lua_State * L)
lua_pushboolean(L, false); lua_pushboolean(L, false);
return 1; return 1;
} }
#endif
#if defined(CROSSFIRE) #if defined(CROSSFIRE)
/*luadoc /*luadoc