Przeglądaj źródła

Remove unnecessary enum identifier.

Aaron Mavrinac 2 lat temu
rodzic
commit
e3cd903146
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      gps_uart.h

+ 1 - 1
gps_uart.h

@@ -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;