mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Copter: log MNT at 10hz
This commit is contained in:
parent
fd6db1ef45
commit
9d2e9b37c8
@ -583,6 +583,11 @@ void Copter::ten_hz_logging_loop()
|
|||||||
g2.winch.write_log();
|
g2.winch.write_log();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#if HAL_MOUNT_ENABLED
|
||||||
|
if (should_log(MASK_LOG_CAMERA)) {
|
||||||
|
camera_mount.write_log();
|
||||||
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// twentyfive_hz_logging - should be run at 25hz
|
// twentyfive_hz_logging - should be run at 25hz
|
||||||
|
Loading…
Reference in New Issue
Block a user