mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Copter: fixed logging of IMT without raw logging
This commit is contained in:
parent
f831c16238
commit
db4ac68f5e
@ -402,6 +402,8 @@ void Copter::full_rate_logging_loop()
|
||||
{
|
||||
if (should_log(MASK_LOG_IMU_FAST) && !should_log(MASK_LOG_IMU_RAW)) {
|
||||
DataFlash.Log_Write_IMU(ins);
|
||||
}
|
||||
if (should_log(MASK_LOG_IMU_FAST) || should_log(MASK_LOG_IMU_RAW)) {
|
||||
DataFlash.Log_Write_IMUDT(ins);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user