1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

Merge pull request #10662 from klutvott123/dynamic-notch-update-fix

Allow re-initialising dynamic notch
This commit is contained in:
Michael Keller 2021-05-18 00:53:35 +12:00 committed by GitHub
commit adc20088b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 32 deletions

View file

@ -264,7 +264,7 @@ void gyroInitFilters(void)
dynLpfFilterInit();
#endif
#ifdef USE_GYRO_DATA_ANALYSE
gyroDataAnalyseStateInit(&gyro.gyroAnalyseState, gyro.targetLooptime);
gyroDataAnalyseInit(&gyro.gyroAnalyseState, gyro.targetLooptime);
#endif
}