Copter: log IMUDT with IMU
This commit is contained in:
parent
384755e271
commit
cd9f62328e
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user