1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Stupip bug, missing return!

This commit is contained in:
Bertrand Songis 2018-11-29 07:42:30 +01:00
parent 6568752559
commit 74f2e8ae5d

View file

@ -64,6 +64,7 @@ void processTelemetryData(uint8_t data)
if (telemetryProtocol == PROTOCOL_TELEMETRY_PXX2) {
processFrskyPXX2Data(data);
return;
}
processFrskyTelemetryData(data);