mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
Sub: log harmonic notch even if FFT is disabled
This commit is contained in:
parent
9077d41df1
commit
5bedf44734
@ -329,6 +329,8 @@ void Sub::update_altitude()
|
|||||||
Log_Write_Control_Tuning();
|
Log_Write_Control_Tuning();
|
||||||
#if HAL_GYROFFT_ENABLED
|
#if HAL_GYROFFT_ENABLED
|
||||||
gyro_fft.write_log_messages();
|
gyro_fft.write_log_messages();
|
||||||
|
#else
|
||||||
|
write_notch_log_messages();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user