Browse Source

ArduCopter: make vehicles write notch log messages

gps-1.3.1
Peter Barker 3 years ago committed by Peter Barker
parent
commit
8b2bc89cf6
  1. 3
      ArduCopter/Copter.cpp

3
ArduCopter/Copter.cpp

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

Loading…
Cancel
Save