mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -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();
|
||||
}
|
||||
#endif
|
||||
#if HAL_MOUNT_ENABLED
|
||||
if (should_log(MASK_LOG_CAMERA)) {
|
||||
camera_mount.write_log();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
// twentyfive_hz_logging - should be run at 25hz
|
||||
|
Loading…
Reference in New Issue
Block a user