Browse Source

Blimp: make vehicles write notch log messages

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

3
Blimp/Blimp.cpp

@ -260,10 +260,9 @@ void Blimp::update_altitude() @@ -260,10 +260,9 @@ void Blimp::update_altitude()
read_barometer();
if (should_log(MASK_LOG_CTUN)) {
write_notch_log_messages();
#if HAL_GYROFFT_ENABLED
gyro_fft.write_log_messages();
#else
write_notch_log_messages();
#endif
}
}

Loading…
Cancel
Save