mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Fix eeprom writing. Update some clocks. Add fake implementation of acc
and gyro to allow the main loop to run.
This commit is contained in:
parent
f9ceb0c40f
commit
cde26ac1a2
5 changed files with 47 additions and 7 deletions
|
@ -7,7 +7,8 @@ typedef enum AccelSensors {
|
|||
ACC_MPU6050 = 2,
|
||||
ACC_MMA8452 = 3,
|
||||
ACC_BMA280 = 4,
|
||||
ACC_NONE = 5
|
||||
ACC_FAKE = 5,
|
||||
ACC_NONE = 6
|
||||
} AccelSensors;
|
||||
|
||||
extern uint8_t accHardware;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue