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-03-20 19:11:24 +01:00
parent a1e80c4fd7
commit fa36f7e0a1

View file

@ -439,6 +439,7 @@ static int luaSportTelemetryPush(lua_State * L)
return 1;
}
#if defined(PXX2)
/*luadoc
@function pxx2TelemetryPush()
@ -491,6 +492,7 @@ static int luaPXX2TelemetryPush(lua_State * L)
}
return 1;
}
#endif
#if defined(CROSSFIRE)
/*luadoc