Copter: log IMUDT with IMU

This commit is contained in:
Randy Mackay 2015-06-13 22:07:21 +09:00 committed by Andrew Tridgell
parent 384755e271
commit cd9f62328e

View File

@ -402,6 +402,7 @@ void Copter::full_rate_logging_loop()
{
if (should_log(MASK_LOG_IMU_FAST)) {
DataFlash.Log_Write_IMU(ins);
DataFlash.Log_Write_IMUDT(ins);
}
}