mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Relocate and use some of the common MPU code from MPU6000 into
accgyro_mpu.c.
This commit is contained in:
parent
0361d161fb
commit
678c0413cb
10 changed files with 98 additions and 126 deletions
|
@ -49,6 +49,7 @@ typedef enum {
|
|||
FAILURE_ACC_INIT,
|
||||
FAILURE_ACC_INCOMPATIBLE,
|
||||
FAILURE_INVALID_EEPROM_CONTENTS,
|
||||
FAILURE_FLASH_WRITE_FAILED
|
||||
FAILURE_FLASH_WRITE_FAILED,
|
||||
FAILURE_GYRO_INIT_FAILED
|
||||
} failureMode_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue