Sfoglia il codice sorgente

Fix missing brace.

Aaron Mavrinac 1 anno fa
parent
commit
76d832f0b9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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",
                 furi_hal_power_check_otg_fault() ? 1 : 0);
         }
+    }
 
     GpsUart* gps_uart = gps_uart_enable();