1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

remove unused gyro isr setting

This commit is contained in:
Steffen Windoffer 2017-08-10 11:15:52 +02:00
parent ac2026be6f
commit 25e9270395
5 changed files with 0 additions and 15 deletions

View file

@ -54,7 +54,6 @@ typedef struct gyroConfig_s {
uint8_t gyro_lpf; // gyro LPF setting - values are driver specific, in case of invalid number, a reasonable default ~30-40HZ is chosen.
uint8_t gyro_soft_lpf_type;
uint8_t gyro_soft_lpf_hz;
bool gyro_isr_update;
bool gyro_use_32khz;
uint8_t gyro_to_use;
uint16_t gyro_soft_notch_hz_1;