Rover: enable HNTCH for Rover

This commit is contained in:
Yuri 2022-10-21 19:29:54 -05:00 committed by Randy Mackay
parent eb1d27df7b
commit 87d86ec090

View File

@ -407,6 +407,9 @@ void Rover::update_logging2(void)
if (should_log(MASK_LOG_IMU)) {
AP::ins().Write_Vibration();
#if HAL_GYROFFT_ENABLED
gyro_fft.write_log_messages();
#endif
}
}