|
|
@ -284,8 +284,10 @@ void Copter::fast_loop() |
|
|
|
// check if we've landed or crashed
|
|
|
|
// check if we've landed or crashed
|
|
|
|
update_land_and_crash_detectors(); |
|
|
|
update_land_and_crash_detectors(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if MOUNT == ENABLED |
|
|
|
// camera mount's fast update
|
|
|
|
// camera mount's fast update
|
|
|
|
camera_mount.update_fast(); |
|
|
|
camera_mount.update_fast(); |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
// log sensor health
|
|
|
|
// log sensor health
|
|
|
|
if (should_log(MASK_LOG_ANY)) { |
|
|
|
if (should_log(MASK_LOG_ANY)) { |
|
|
|