mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Merge pull request #3945 from atomiclama/bf_validate
clear the DYNAMIC_FILTER if not enabled in code.
This commit is contained in:
commit
60ed080fa2
1 changed files with 4 additions and 0 deletions
|
@ -418,6 +418,10 @@ void validateAndFixConfig(void)
|
||||||
pgResetFn_serialConfig(serialConfigMutable());
|
pgResetFn_serialConfig(serialConfigMutable());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef USE_GYRO_DATA_ANALYSE
|
||||||
|
featureClear(FEATURE_DYNAMIC_FILTER);
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(TARGET_VALIDATECONFIG)
|
#if defined(TARGET_VALIDATECONFIG)
|
||||||
targetValidateConfiguration();
|
targetValidateConfiguration();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue