mirror of https://github.com/ArduPilot/ardupilot
Plane: log MNT at 10hz
This commit is contained in:
parent
9d2e9b37c8
commit
84752fbeaa
|
@ -245,7 +245,12 @@ void Plane::update_logging10(void)
|
|||
ahrs.Write_AOA_SSA();
|
||||
} else if (log_faster) {
|
||||
ahrs.Write_AOA_SSA();
|
||||
}
|
||||
}
|
||||
#if HAL_MOUNT_ENABLED
|
||||
if (should_log(MASK_LOG_CAMERA)) {
|
||||
camera_mount.write_log();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue