Ver Fonte

gblink: remove errant semicolon

Signed-off-by: Kris Bahnsen <Kris@KBEmbedded.com>
Kris Bahnsen há 1 ano atrás
pai
commit
93f2c98e0e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      gblink/gblink.c

+ 1 - 1
gblink/gblink.c

@@ -220,7 +220,7 @@ static void gblink_clk_configure(struct gblink *gblink)
 	} else {
 		/* This will disable the EXTI interrupt for us */
 		furi_hal_gpio_init(gblink->clk, GpioModeOutputOpenDrain, GpioPullUp, GpioSpeedVeryHigh);
-	};
+	}
 }
 
 void gblink_clk_source_set(void *handle, gblink_clk_source source)