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

Compilation fix

This commit is contained in:
Bertrand Songis 2019-03-20 18:14:54 +01:00
parent f5c6c55ac5
commit a1e80c4fd7

View file

@ -1363,6 +1363,10 @@ const luaL_Reg opentxLib[] = {
{ "sportTelemetryPop", luaSportTelemetryPop },
{ "sportTelemetryPush", luaSportTelemetryPush },
{ "setTelemetryValue", luaSetTelemetryValue },
#if defined(PXX2)
{ "sportTelemetryPop", luaSportTelemetryPop },
{ "pxx2TelemetryPush", luaPXX2TelemetryPush },
#endif
#if defined(CROSSFIRE)
{ "crossfireTelemetryPop", luaCrossfireTelemetryPop },
{ "crossfireTelemetryPush", luaCrossfireTelemetryPush },