mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Stupip bug, missing return!
This commit is contained in:
parent
6568752559
commit
74f2e8ae5d
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ void processTelemetryData(uint8_t data)
|
||||||
|
|
||||||
if (telemetryProtocol == PROTOCOL_TELEMETRY_PXX2) {
|
if (telemetryProtocol == PROTOCOL_TELEMETRY_PXX2) {
|
||||||
processFrskyPXX2Data(data);
|
processFrskyPXX2Data(data);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
processFrskyTelemetryData(data);
|
processFrskyTelemetryData(data);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue