1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

remove dynamic filtering as a mode

This commit is contained in:
rav 2017-05-15 17:03:22 +02:00
parent a2453d1980
commit 26b1cd4237
3 changed files with 1 additions and 7 deletions

View file

@ -138,7 +138,7 @@ const gyroFftData_t *gyroFftData(int axis)
bool isDynamicFilterActive(void)
{
return (IS_RC_MODE_ACTIVE(BOXDYNAMICFILTER) || feature(FEATURE_DYNAMIC_FILTER));
return feature(FEATURE_DYNAMIC_FILTER);
}
/*