mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Cleanup ENUM usage
This commit is contained in:
parent
8bb6903a01
commit
46387c9dbe
51 changed files with 85 additions and 109 deletions
|
@ -32,8 +32,7 @@ typedef enum {
|
|||
ACC_MPU6000 = 7,
|
||||
ACC_MPU6500 = 8,
|
||||
ACC_ICM20689 = 9,
|
||||
ACC_FAKE = 10,
|
||||
ACC_MAX = ACC_FAKE
|
||||
ACC_FAKE = 10
|
||||
} accelerationSensor_e;
|
||||
|
||||
typedef struct acc_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue