mirror of https://github.com/ArduPilot/ardupilot
ArduSub: add gyro fft logging
This commit is contained in:
parent
04792b23a9
commit
83b1c3a0bd
|
@ -325,6 +325,9 @@ void Sub::update_altitude()
|
|||
|
||||
if (should_log(MASK_LOG_CTUN)) {
|
||||
Log_Write_Control_Tuning();
|
||||
#if HAL_GYROFFT_ENABLED
|
||||
gyro_fft.write_log_messages();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue