mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Compilation fix
This commit is contained in:
parent
862fa5525e
commit
e219446703
1 changed files with 2 additions and 0 deletions
|
@ -421,7 +421,9 @@ void telemetryInit(uint8_t protocol)
|
|||
#if defined(CROSSFIRE)
|
||||
else if (protocol == PROTOCOL_PULSES_CROSSFIRE) {
|
||||
telemetryPortInit(CROSSFIRE_BAUDRATE);
|
||||
#if defined(LUA)
|
||||
luaOutputTelemetryPacket.crossfire.clear();
|
||||
#endif
|
||||
telemetryPortSetDirectionOutput();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue