Rover: log IMUDT

This commit is contained in:
Randy Mackay 2015-07-13 20:34:58 +09:00
parent b670988e05
commit 14561f04b0
1 changed files with 3 additions and 1 deletions

View File

@ -154,8 +154,10 @@ void Rover::ahrs_update()
if (should_log(MASK_LOG_ATTITUDE_FAST))
Log_Write_Attitude();
if (should_log(MASK_LOG_IMU))
if (should_log(MASK_LOG_IMU)) {
DataFlash.Log_Write_IMU(ins);
DataFlash.Log_Write_IMUDT(ins);
}
}
/*