1
0
Fork 0
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:
Steve Evans 2021-12-28 13:54:27 +00:00
parent f232d38592
commit 96ac7953ae

View file

@ -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