5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-08 06:34:22 -04:00

ArduPlane: move INS notch filter logging into INS

This commit is contained in:
Peter Barker 2021-12-31 11:32:18 +11:00 committed by Peter Barker
parent f65a96e786
commit 89e3e27d3d

View File

@ -243,7 +243,7 @@ void Plane::update_logging2(void)
{ {
if (should_log(MASK_LOG_CTUN)) { if (should_log(MASK_LOG_CTUN)) {
Log_Write_Control_Tuning(); Log_Write_Control_Tuning();
write_notch_log_messages(); AP::ins().write_notch_log_messages();
#if HAL_GYROFFT_ENABLED #if HAL_GYROFFT_ENABLED
gyro_fft.write_log_messages(); gyro_fft.write_log_messages();
#endif #endif