1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Dynamic notch refactoring

+ added new parameter group for Dyn Notch
This commit is contained in:
KarateBrot 2021-08-27 08:42:38 +02:00 committed by Michael Keller
parent 4c9eb210a9
commit 8649f1003f
19 changed files with 297 additions and 240 deletions

View file

@ -61,8 +61,8 @@
#include "flight/failsafe.h"
#include "flight/gps_rescue.h"
#if defined(USE_GYRO_DATA_ANALYSE)
#include "flight/gyroanalyse.h"
#if defined(USE_DYN_NOTCH_FILTER)
#include "flight/dyn_notch_filter.h"
#endif
#include "flight/imu.h"
@ -550,7 +550,7 @@ void tryArm(void)
}
imuQuaternionHeadfreeOffsetSet();
#if defined(USE_GYRO_DATA_ANALYSE)
#if defined(USE_DYN_NOTCH_FILTER)
resetMaxFFT();
#endif