Browse Source

Blimp: move INS notch filter logging into INS

gps-1.3.1
Peter Barker 3 years ago committed by Peter Barker
parent
commit
e07a94e62c
  1. 2
      Blimp/Blimp.cpp

2
Blimp/Blimp.cpp

@ -260,7 +260,7 @@ void Blimp::update_altitude()
read_barometer(); read_barometer();
if (should_log(MASK_LOG_CTUN)) { if (should_log(MASK_LOG_CTUN)) {
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

Loading…
Cancel
Save