Public fork of mbed-src to add generic stm32f030k6 target
Fork of mbed-src by
Diff: targets/hal/TARGET_STM/TARGET_STM32F7/sleep.c
- Revision:
- 582:a89625bcd809
- Parent:
- 573:ad23fe03a082
diff -r 39197bcd20f2 -r a89625bcd809 targets/hal/TARGET_STM/TARGET_STM32F7/sleep.c --- a/targets/hal/TARGET_STM/TARGET_STM32F7/sleep.c Thu Jul 02 16:30:08 2015 +0100 +++ b/targets/hal/TARGET_STM/TARGET_STM32F7/sleep.c Mon Jul 06 09:00:34 2015 +0100 @@ -54,7 +54,7 @@ // Request to enter STOP mode with regulator in low power mode HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI); - // After wake-up from STOP reconfigure the PLL + // After wake-up from STOP need to reconfigure the system clock SetSysClock(); }