diff --git a/Core/Src/stm32_lpm_if.c b/Core/Src/stm32_lpm_if.c index 4ee647a..9e43577 100644 --- a/Core/Src/stm32_lpm_if.c +++ b/Core/Src/stm32_lpm_if.c @@ -97,7 +97,6 @@ void PWR_EnterStopMode(void) HAL_GPIO_WritePin(GPIOB, GPIO_PIN_All, GPIO_PIN_RESET); //HAL_GPIO_WritePin(GPIOC, GPIO_PIN_All, GPIO_PIN_RESET); HAL_GPIO_WritePin(GPIOA, GPIO_PIN_All, GPIO_PIN_RESET); - HAL_GPIO_DeInit(GPIOA,GPIO_PIN_0); HAL_SuspendTick(); /* Clear Status Flag before entering STOP/STANDBY Mode */ LL_PWR_ClearFlag_C1STOP_C1STB(); diff --git a/STM32CubeIDE/.cproject b/STM32CubeIDE/.cproject index 7e926ca..fa23d24 100644 --- a/STM32CubeIDE/.cproject +++ b/STM32CubeIDE/.cproject @@ -151,6 +151,7 @@ +