mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 03:19:53 +03:00
Remove useless code (if telem is streaming, we are on right rxnum)
This commit is contained in:
parent
5abe4f4f93
commit
0941da4026
1 changed files with 0 additions and 5 deletions
|
@ -202,11 +202,6 @@ void telemetryWakeup()
|
|||
if (TELEMETRY_STREAMING()) {
|
||||
if (telemetryState == TELEMETRY_KO) {
|
||||
AUDIO_TELEMETRY_BACK();
|
||||
#if defined(CROSSFIRE)
|
||||
if (isModuleCrossfire(EXTERNAL_MODULE)) {
|
||||
moduleState[EXTERNAL_MODULE].counter = CRSF_FRAME_MODELID;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
telemetryState = TELEMETRY_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue