From e07a94e62cc27cb367d2997d070b50c6ea5948eb Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 31 Dec 2021 11:32:18 +1100 Subject: [PATCH] Blimp: move INS notch filter logging into INS --- Blimp/Blimp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blimp/Blimp.cpp b/Blimp/Blimp.cpp index 7296aca32a..886de7b4c7 100644 --- a/Blimp/Blimp.cpp +++ b/Blimp/Blimp.cpp @@ -260,7 +260,7 @@ void Blimp::update_altitude() read_barometer(); if (should_log(MASK_LOG_CTUN)) { - write_notch_log_messages(); + AP::ins().write_notch_log_messages(); #if HAL_GYROFFT_ENABLED gyro_fft.write_log_messages(); #endif