We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d92af5 commit ad4a250Copy full SHA for ad4a250
targets/TARGET_STM/sleep.c
@@ -50,7 +50,8 @@ static void wait_loop(uint32_t timeout)
50
// On L4 platforms we've seen unstable PLL CLK configuraiton
51
// when DEEP SLEEP exits just few µs after being entered
52
// So we need to force MSI usage before setting clocks again
53
-static void ForceClockOutofDeepSleep(void) {
+static void ForceClockOutofDeepSleep(void)
54
+{
55
RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};
56
RCC_OscInitTypeDef RCC_OscInitStruct = {0};
57
uint32_t pFLatency = 0;
0 commit comments