mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
l3gd20: faster gyro interrupts
This commit is contained in:
parent
c06ba047e2
commit
a90caf7b7b
@ -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[]); }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user