mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +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 },
|
||||
{ "sportTelemetryPush", luaSportTelemetryPush },
|
||||
{ "setTelemetryValue", luaSetTelemetryValue },
|
||||
#if defined(PXX2)
|
||||
{ "sportTelemetryPop", luaSportTelemetryPop },
|
||||
{ "pxx2TelemetryPush", luaPXX2TelemetryPush },
|
||||
#endif
|
||||
#if defined(CROSSFIRE)
|
||||
{ "crossfireTelemetryPop", luaCrossfireTelemetryPop },
|
||||
{ "crossfireTelemetryPush", luaCrossfireTelemetryPush },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue