Explorar el Código

Fix undeclared identifier.

Aaron Mavrinac hace 1 año
padre
commit
38f6f63d09
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gps.c

+ 1 - 1
gps.c

@@ -103,7 +103,7 @@ int32_t gps_app(void* p) {
     if(attempts == 0) {
         if(furi_hal_power_get_usb_voltage() < 4.5f) {
             FURI_LOG_E(
-                TAG,
+                "GPS",
                 "Error power otg enable. BQ2589 check otg fault = %d",
                 furi_hal_power_check_otg_fault() ? 1 : 0);
         }