mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
consistent gyro and dterm filter names
This commit is contained in:
parent
8702bba3ec
commit
99a7479b8c
16 changed files with 219 additions and 219 deletions
|
@ -116,8 +116,8 @@ TEST(SensorGyro, Update)
|
|||
{
|
||||
pgResetAll();
|
||||
// turn off filters
|
||||
gyroConfigMutable()->gyro_lowpass_hz = 0;
|
||||
gyroConfigMutable()->gyro_lowpass2_hz = 0;
|
||||
gyroConfigMutable()->gyro_lpf1_static_hz = 0;
|
||||
gyroConfigMutable()->gyro_lpf2_static_hz = 0;
|
||||
gyroConfigMutable()->gyro_soft_notch_hz_1 = 0;
|
||||
gyroConfigMutable()->gyro_soft_notch_hz_2 = 0;
|
||||
gyroInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue