mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 05:15:18 +03:00
Compilation fix
This commit is contained in:
parent
f5c6c55ac5
commit
a1e80c4fd7
1 changed files with 4 additions and 0 deletions
|
@ -1363,6 +1363,10 @@ const luaL_Reg opentxLib[] = {
|
||||||
{ "sportTelemetryPop", luaSportTelemetryPop },
|
{ "sportTelemetryPop", luaSportTelemetryPop },
|
||||||
{ "sportTelemetryPush", luaSportTelemetryPush },
|
{ "sportTelemetryPush", luaSportTelemetryPush },
|
||||||
{ "setTelemetryValue", luaSetTelemetryValue },
|
{ "setTelemetryValue", luaSetTelemetryValue },
|
||||||
|
#if defined(PXX2)
|
||||||
|
{ "sportTelemetryPop", luaSportTelemetryPop },
|
||||||
|
{ "pxx2TelemetryPush", luaPXX2TelemetryPush },
|
||||||
|
#endif
|
||||||
#if defined(CROSSFIRE)
|
#if defined(CROSSFIRE)
|
||||||
{ "crossfireTelemetryPop", luaCrossfireTelemetryPop },
|
{ "crossfireTelemetryPop", luaCrossfireTelemetryPop },
|
||||||
{ "crossfireTelemetryPush", luaCrossfireTelemetryPush },
|
{ "crossfireTelemetryPush", luaCrossfireTelemetryPush },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue