1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Compilation fix

This commit is contained in:
Bertrand Songis 2016-06-11 23:41:08 +02:00
parent db741860c1
commit 13558214a8

View file

@ -433,7 +433,9 @@ void telemetryInit(uint8_t protocol)
}
else {
telemetryPortInit(FRSKY_SPORT_BAUDRATE);
#if defined(LUA)
luaOutputTelemetryPacket.sport.clear();
#endif
}
#if defined(REVX) && !defined(SIMU)