mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: enable HNTCH for Rover
This commit is contained in:
parent
4755ca7434
commit
cec53233dd
@ -405,6 +405,9 @@ void Rover::update_logging2(void)
|
|||||||
|
|
||||||
if (should_log(MASK_LOG_IMU)) {
|
if (should_log(MASK_LOG_IMU)) {
|
||||||
AP::ins().Write_Vibration();
|
AP::ins().Write_Vibration();
|
||||||
|
#if HAL_GYROFFT_ENABLED
|
||||||
|
gyro_fft.write_log_messages();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user