mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Cleanup ENUM usage
This commit is contained in:
parent
8bb6903a01
commit
46387c9dbe
51 changed files with 85 additions and 109 deletions
|
@ -73,7 +73,7 @@
|
|||
enum {
|
||||
RATE_LOW = 0,
|
||||
RATE_MID = 1,
|
||||
RATE_HIGH= 2,
|
||||
RATE_HIGH= 2
|
||||
};
|
||||
|
||||
#define FLAG_PICTURE 0x40
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue