Copter: log both primary and secondary INS samples

This commit is contained in:
Andrew Tridgell 2013-12-08 20:45:47 +11:00
parent 3ead86ee2d
commit 0cacc7eaeb

View File

@ -1160,6 +1160,7 @@ static void fifty_hz_logging_loop()
if (g.log_bitmask & MASK_LOG_IMU && motors.armed()) {
DataFlash.Log_Write_IMU(ins);
DataFlash.Log_Write_IMU2(ins);
}
#endif
}