Skip to content

Commit ad4a250

Browse files
committed
Style fix
1 parent 3d92af5 commit ad4a250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/TARGET_STM/sleep.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ static void wait_loop(uint32_t timeout)
5050
// On L4 platforms we've seen unstable PLL CLK configuraiton
5151
// when DEEP SLEEP exits just few µs after being entered
5252
// So we need to force MSI usage before setting clocks again
53-
static void ForceClockOutofDeepSleep(void) {
53+
static void ForceClockOutofDeepSleep(void)
54+
{
5455
RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};
5556
RCC_OscInitTypeDef RCC_OscInitStruct = {0};
5657
uint32_t pFLatency = 0;

0 commit comments

Comments
 (0)