enable PME_OFF in stop mode... no harm so far
This commit is contained in:
parent
d0a1b2c6bf
commit
ebb2c90e41
|
@ -105,7 +105,7 @@ void PWR_ExitOffMode(void)
|
|||
void PWR_EnterStopMode(void)
|
||||
{
|
||||
/* USER CODE BEGIN EnterStopMode_1 */
|
||||
//PME_OFF;
|
||||
PME_OFF;
|
||||
//HAL_GPIO_DeInit(GPIOA,GPIO_PIN_All);
|
||||
//HAL_GPIO_DeInit(GPIOB,GPIO_PIN_All);
|
||||
//HAL_GPIO_DeInit(GPIOC,GPIO_PIN_All);
|
||||
|
|
Loading…
Reference in New Issue