Skip to content

Commit

Permalink
Copter: bug fix to 50hz logging rate
Browse files Browse the repository at this point in the history
Caught by Emile Castelnuovo
  • Loading branch information
rmackay9 committed Feb 17, 2014
1 parent d9b7559 commit bf68edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduCopter/ArduCopter.pde
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = {
#endif
{ update_mount, 8, 45 },
{ ten_hz_logging_loop, 40, 30 },
{ fifty_hz_logging_loop, 2, 22 },
{ fifty_hz_logging_loop, 8, 22 },
{ perf_update, 4000, 20 },
{ read_receiver_rssi, 40, 5 },
#ifdef USERHOOK_FASTLOOP
Expand Down

0 comments on commit bf68edd

Please sign in to comment.