1
0
Fork 0
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:
Nicholas Sherlock 2015-03-07 01:18:05 +13:00
parent 3e73b3de53
commit 8a541a9fa2
3 changed files with 6 additions and 2 deletions

View file

@ -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;