mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Adjust GYRO_LOCK_COUNT
This commit is contained in:
parent
f232d38592
commit
96ac7953ae
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
// Gyro interrupt counts over which to measure loop time and skew
|
// Gyro interrupt counts over which to measure loop time and skew
|
||||||
#define GYRO_RATE_COUNT 25000
|
#define GYRO_RATE_COUNT 25000
|
||||||
#define GYRO_LOCK_COUNT 400
|
#define GYRO_LOCK_COUNT 50
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
TASK_PRIORITY_REALTIME = -1, // Task will be run outside the scheduler logic
|
TASK_PRIORITY_REALTIME = -1, // Task will be run outside the scheduler logic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue