Skip to content

Commit

Permalink
Fix undeclared identifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezod authored Feb 26, 2024
1 parent 6bc5c3d commit 38f6f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 38f6f63

Please sign in to comment.