mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Compilation fix
This commit is contained in:
parent
db741860c1
commit
13558214a8
1 changed files with 2 additions and 0 deletions
|
@ -433,7 +433,9 @@ void telemetryInit(uint8_t protocol)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
telemetryPortInit(FRSKY_SPORT_BAUDRATE);
|
telemetryPortInit(FRSKY_SPORT_BAUDRATE);
|
||||||
|
#if defined(LUA)
|
||||||
luaOutputTelemetryPacket.sport.clear();
|
luaOutputTelemetryPacket.sport.clear();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(REVX) && !defined(SIMU)
|
#if defined(REVX) && !defined(SIMU)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue