mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Cleanup ENUM usage
This commit is contained in:
parent
8bb6903a01
commit
46387c9dbe
51 changed files with 85 additions and 109 deletions
|
@ -175,7 +175,7 @@ typedef enum {
|
|||
GPS_CHANGE_BAUD,
|
||||
GPS_CONFIGURE,
|
||||
GPS_RECEIVING_DATA,
|
||||
GPS_LOST_COMMUNICATION,
|
||||
GPS_LOST_COMMUNICATION
|
||||
} gpsState_e;
|
||||
|
||||
gpsData_t gpsData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue