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:
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) {
|
||||
processFrskyPXX2Data(data);
|
||||
return;
|
||||
}
|
||||
|
||||
processFrskyTelemetryData(data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue