1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 20:35:17 +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;
}
#if defined(PXX2)
/*luadoc
@function accessTelemetryPush()
@ -508,6 +509,7 @@ static int luaAccessTelemetryPush(lua_State * L)
lua_pushboolean(L, false);
return 1;
}
#endif
#if defined(CROSSFIRE)
/*luadoc