Revert "Disable sleep on STM32F4 as an workaround for stability issues."

This reverts commit c3ef3cac09.
pull/12726/head
Arto Kinnunen 2020-03-31 09:31:33 +03:00
parent aa375c43fe
commit cc75c59d82
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry)
if(SLEEPEntry == PWR_SLEEPENTRY_WFI)
{
/* Request Wait For Interrupt */
__NOP();
__WFI();
}
else
{