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
a1e80c4fd7
commit
fa36f7e0a1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue