Skip to content

Commit

Permalink
Remove unnecessary enum identifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezod committed Oct 7, 2023
1 parent 5c70f6e commit e3cd903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gps_uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ typedef struct {
int time_seconds;
} GpsStatus;

typedef enum SpeedUnit { KNOTS, KPH, MPH, INVALID } SpeedUnit;
typedef enum { KNOTS, KPH, MPH, INVALID } SpeedUnit;

typedef struct {
FuriMutex* mutex;
Expand Down

0 comments on commit e3cd903

Please sign in to comment.