1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 09:45:37 +03:00

Fixes from reviews.

This commit is contained in:
Kenneth Mitchell 2018-10-25 20:17:08 -04:00
parent ca460e842b
commit ff8d1a842a
No known key found for this signature in database
GPG key ID: E27133AAF586AB21
4 changed files with 41 additions and 47 deletions

View file

@ -57,7 +57,7 @@ enum {
DYN_LPF_NONE = 0,
DYN_LPF_PT1,
DYN_LPF_BIQUAD
} ;
};
#define GYRO_CONFIG_USE_GYRO_1 0
#define GYRO_CONFIG_USE_GYRO_2 1