1
0
Fork 0
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:
Michael Jakob 2016-12-03 15:02:01 +01:00
parent 8bb6903a01
commit 46387c9dbe
51 changed files with 85 additions and 109 deletions

View file

@ -35,7 +35,7 @@
typedef enum
{
Mode_TEST = 0x0,
Mode_Out_PP = 0x10,
Mode_Out_PP = 0x10
} GPIO_Mode;
typedef enum {RESET = 0, SET = !RESET} FlagStatus, ITStatus;