mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
ArduCopter: make vehicles write notch log messages
This commit is contained in:
parent
c9eb7e3eda
commit
8b2bc89cf6
@ -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…
Reference in New Issue
Block a user