mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
Fix upper limit on mag_hardware and acc_hardware CLI variables
This commit is contained in:
parent
3e73b3de53
commit
8a541a9fa2
3 changed files with 6 additions and 2 deletions
|
@ -29,6 +29,8 @@ typedef enum {
|
|||
ACC_SPI_MPU6000 = 7,
|
||||
ACC_SPI_MPU6500 = 8,
|
||||
ACC_FAKE = 9,
|
||||
|
||||
ACC_MAX = ACC_FAKE
|
||||
} accelerationSensor_e;
|
||||
|
||||
extern sensor_align_e accAlign;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue