mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Cleanup MPU9150 support.
This commit is contained in:
parent
e9c07675be
commit
36c0b6f106
9 changed files with 79 additions and 432 deletions
|
@ -27,9 +27,8 @@ typedef enum AccelSensors {
|
|||
ACC_LSM303DLHC = 5,
|
||||
ACC_SPI_MPU6000 = 6,
|
||||
ACC_SPI_MPU6500 = 7,
|
||||
ACC_MPU9150 = 8,
|
||||
ACC_FAKE = 9,
|
||||
ACC_NONE = 10
|
||||
ACC_FAKE = 8,
|
||||
ACC_NONE = 9
|
||||
} accelSensor_e;
|
||||
|
||||
extern uint8_t accHardware;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue