diff --git a/Rover/Rover.cpp b/Rover/Rover.cpp index 8716465b92..2d77a09687 100644 --- a/Rover/Rover.cpp +++ b/Rover/Rover.cpp @@ -405,6 +405,9 @@ void Rover::update_logging2(void) if (should_log(MASK_LOG_IMU)) { AP::ins().Write_Vibration(); +#if HAL_GYROFFT_ENABLED + gyro_fft.write_log_messages(); +#endif } }