mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Moved telemetry processing into the frame processing handler.
This commit is contained in:
parent
cb66ee09ba
commit
766c90bf00
7 changed files with 101 additions and 37 deletions
|
@ -1135,7 +1135,6 @@ static FAST_CODE_NOINLINE void subTaskRcCommand(timeUs_t currentTimeUs)
|
|||
}
|
||||
|
||||
processRcCommand();
|
||||
|
||||
}
|
||||
|
||||
// Function for loop trigger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue