mirror of https://github.com/ArduPilot/ardupilot
Rover: enable HNTCH for Rover
This commit is contained in:
parent
6a349e5e9c
commit
33cbf74ef5
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue