Skip to content

Commit 76d832f

Browse files
authored
Fix missing brace.
1 parent 38f6f63 commit 76d832f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gps.c

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ int32_t gps_app(void* p) {
107107
"Error power otg enable. BQ2589 check otg fault = %d",
108108
furi_hal_power_check_otg_fault() ? 1 : 0);
109109
}
110+
}
110111

111112
GpsUart* gps_uart = gps_uart_enable();
112113

0 commit comments

Comments
 (0)