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:
parent
a2453d1980
commit
26b1cd4237
3 changed files with 1 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue