mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
ArduSub: move INS notch filter logging into INS
This commit is contained in:
parent
89e3e27d3d
commit
7a9a701c63
@ -323,7 +323,7 @@ void Sub::update_altitude()
|
|||||||
|
|
||||||
if (should_log(MASK_LOG_CTUN)) {
|
if (should_log(MASK_LOG_CTUN)) {
|
||||||
Log_Write_Control_Tuning();
|
Log_Write_Control_Tuning();
|
||||||
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…
Reference in New Issue
Block a user