mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
Dshot RPM Telemetry Refactoring (#13012)
This commit is contained in:
parent
0c9d7e6c50
commit
5769b3021e
22 changed files with 166 additions and 112 deletions
|
@ -1270,8 +1270,10 @@ FAST_CODE bool pidLoopReady(void)
|
|||
|
||||
FAST_CODE void taskFiltering(timeUs_t currentTimeUs)
|
||||
{
|
||||
#ifdef USE_DSHOT_TELEMETRY
|
||||
updateDshotTelemetry(); // decode and update Dshot telemetry
|
||||
#endif
|
||||
gyroFiltering(currentTimeUs);
|
||||
|
||||
}
|
||||
|
||||
// Function for loop trigger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue