From cef91081b1122d9c39ea154e9016ce52dc36cf9e Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Fri, 1 Mar 2024 19:36:52 +0800 Subject: [PATCH] try power again --- Core/Src/stm32_lpm_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Src/stm32_lpm_if.c b/Core/Src/stm32_lpm_if.c index 6f479a2..66049c4 100644 --- a/Core/Src/stm32_lpm_if.c +++ b/Core/Src/stm32_lpm_if.c @@ -82,7 +82,7 @@ void PWR_EnterOffMode(void) { /* USER CODE BEGIN EnterOffMode_1 */ HAL_SuspendTick(); - + WkupPin1_Config(); /* Enable WakeUp Pin PWR_WAKEUP_PIN1 connected to PA0 */ HAL_PWR_EnableWakeUpPin(PWR_WAKEUP_PIN1_LOW);