1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Fixed tests.

This commit is contained in:
mikeller 2018-07-10 17:37:51 +12:00
parent 6de1c32d9d
commit 8a72362a67
5 changed files with 5 additions and 4 deletions

View file

@ -415,7 +415,7 @@ void validateAndFixGyroConfig(void)
#ifdef USE_GYRO_DATA_ANALYSE
// Disable dynamic filter if gyro loop is less than 2KHz
if (gyro.targetLooptime > DYNAMIC_FILTER_MAX_SUPPORTED_LOOP_TIME) {
featureClear(FEATURE_DYNAMIC_FILTER);
featureDisable(FEATURE_DYNAMIC_FILTER);
}
#endif