mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Disable MPU6500 on EUSTM32F103RC because the driver autodection is not
implemented yet. See #119.
This commit is contained in:
parent
6f3aa6fb86
commit
4f96e3c20e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
#define USE_ACC_MMA8452
|
#define USE_ACC_MMA8452
|
||||||
#define USE_ACC_MPU3050
|
#define USE_ACC_MPU3050
|
||||||
#define USE_ACC_MPU6050
|
#define USE_ACC_MPU6050
|
||||||
#define USE_ACC_SPI_MPU6000
|
//#define USE_ACC_SPI_MPU6000
|
||||||
#define USE_ACC_SPI_MPU6500
|
#define USE_ACC_SPI_MPU6500
|
||||||
|
|
||||||
#define GYRO
|
#define GYRO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue