mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 20:35:17 +03:00
Compilation fix
This commit is contained in:
parent
84628beb3f
commit
bcde2651b7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue