Skip to content

Commit

Permalink
Copter: call camera_mount.update_fast() for IMU data accumulation
Browse files Browse the repository at this point in the history
  • Loading branch information
jschall committed Jul 16, 2015
1 parent 7ae229e commit 1c7f05d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ArduCopter/ArduCopter.pde
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,8 @@ static void fast_loop()
update_motor_fail_detector();

gps_glitch_update();

camera_mount.update_fast();
}

// rc_loops - reads user input from transmitter/receiver
Expand Down

0 comments on commit 1c7f05d

Please sign in to comment.