Explorar o código

Fix missing brace.

Aaron Mavrinac hai 1 ano
pai
achega
76d832f0b9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      gps.c

+ 1 - 0
gps.c

@@ -107,6 +107,7 @@ int32_t gps_app(void* p) {
                 "Error power otg enable. BQ2589 check otg fault = %d",
                 "Error power otg enable. BQ2589 check otg fault = %d",
                 furi_hal_power_check_otg_fault() ? 1 : 0);
                 furi_hal_power_check_otg_fault() ? 1 : 0);
         }
         }
+    }
 
 
     GpsUart* gps_uart = gps_uart_enable();
     GpsUart* gps_uart = gps_uart_enable();