Skip to content

Commit

Permalink
Fix missing brace.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezod authored Feb 26, 2024
1 parent 38f6f63 commit 76d832f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 76d832f

Please sign in to comment.