Rover: enable HNTCH for Rover

This commit is contained in:
Yuri 2022-10-21 19:29:54 -05:00 committed by Andrew Tridgell
parent 495b600b58
commit 547915b248
1 changed files with 3 additions and 0 deletions

View File

@ -405,6 +405,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
}
}