mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: move INS notch filter logging into INS
This commit is contained in:
parent
db6bb8d616
commit
f65a96e786
|
@ -686,7 +686,7 @@ void Copter::update_altitude()
|
|||
|
||||
if (should_log(MASK_LOG_CTUN)) {
|
||||
Log_Write_Control_Tuning();
|
||||
write_notch_log_messages();
|
||||
AP::ins().write_notch_log_messages();
|
||||
#if HAL_GYROFFT_ENABLED
|
||||
gyro_fft.write_log_messages();
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue