Explorar o código

Remove unnecessary enum identifier.

Aaron Mavrinac %!s(int64=2) %!d(string=hai) anos
pai
achega
e3cd903146
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;