Skip to content

Commit 38f6f63

Browse files
authored
Fix undeclared identifier.
1 parent 6bc5c3d commit 38f6f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gps.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ int32_t gps_app(void* p) {
103103
if(attempts == 0) {
104104
if(furi_hal_power_get_usb_voltage() < 4.5f) {
105105
FURI_LOG_E(
106-
TAG,
106+
"GPS",
107107
"Error power otg enable. BQ2589 check otg fault = %d",
108108
furi_hal_power_check_otg_fault() ? 1 : 0);
109109
}

0 commit comments

Comments
 (0)