Plane: log MNT at 10hz

This commit is contained in:
Randy Mackay 2023-07-18 20:27:20 +09:00 committed by Andrew Tridgell
parent 9d2e9b37c8
commit 84752fbeaa
1 changed files with 6 additions and 1 deletions

View File

@ -246,6 +246,11 @@ void Plane::update_logging10(void)
} else if (log_faster) {
ahrs.Write_AOA_SSA();
}
#if HAL_MOUNT_ENABLED
if (should_log(MASK_LOG_CAMERA)) {
camera_mount.write_log();
}
#endif
}
/*