Repeative error --- HAL_GPIO_DeInit(GPIOA,GPIO_PIN_All); // error bug here
This commit is contained in:
parent
ebb2c90e41
commit
119c19708a
|
@ -106,9 +106,9 @@ void PWR_EnterStopMode(void)
|
|||
{
|
||||
/* USER CODE BEGIN EnterStopMode_1 */
|
||||
PME_OFF;
|
||||
//HAL_GPIO_DeInit(GPIOA,GPIO_PIN_All);
|
||||
//HAL_GPIO_DeInit(GPIOB,GPIO_PIN_All);
|
||||
//HAL_GPIO_DeInit(GPIOC,GPIO_PIN_All);
|
||||
HAL_GPIO_DeInit(GPIOA,GPIO_PIN_All); // repeative error
|
||||
HAL_GPIO_DeInit(GPIOB,GPIO_PIN_All);
|
||||
HAL_GPIO_DeInit(GPIOC,GPIO_PIN_All);
|
||||
|
||||
/* USER CODE END EnterStopMode_1 */
|
||||
HAL_SuspendTick();
|
||||
|
|
Loading…
Reference in New Issue