Pārlūkot izejas kodu

Remove unnecessary enum identifier.

Aaron Mavrinac 2 gadi atpakaļ
vecāks
revīzija
e3cd903146
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;