1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

ICM20689 Gyro Fix

This commit is contained in:
kc10kevin 2016-10-16 20:28:53 -05:00
parent c96bb34fda
commit 6dbded7071
3 changed files with 23 additions and 9 deletions

View file

@ -31,7 +31,7 @@ typedef enum {
ACC_LSM303DLHC = 6,
ACC_MPU6000 = 7,
ACC_MPU6500 = 8,
ACC_ICM20689 = 9,
ACC_ICM20689 = 9,
ACC_FAKE = 10,
ACC_MAX = ACC_FAKE
} accelerationSensor_e;