Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
l3gd20: faster gyro interrupts
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed May 19, 2015
1 parent 548f37a commit d2c8679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/l3gd20/l3gd20.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static const int ERROR = -1;
This time reduction is enough to cope with worst case timing jitter
due to other timers
*/
#define L3GD20_TIMER_REDUCTION 200
#define L3GD20_TIMER_REDUCTION 600

extern "C" { __EXPORT int l3gd20_main(int argc, char *argv[]); }

Expand Down

0 comments on commit d2c8679

Please sign in to comment.