Skip to content

Commit 0038f9e

Browse files
committed
[USBD] Do not disable SYSCFG clock on deinit
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 93b651c commit 0038f9e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cores/arduino/stm32/usb/usbd_conf.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,6 @@ void HAL_PCD_MspDeInit(PCD_HandleTypeDef *hpcd)
216216
__HAL_RCC_USB_OTG_HS_CLK_DISABLE();
217217
}
218218
#endif /* USB_OTG_HS */
219-
#if !defined(STM32WBxx)
220-
/* Disable SYSCFG Clock */
221-
__HAL_RCC_SYSCFG_CLK_DISABLE();
222-
#endif
223219
}
224220

225221
/*******************************************************************************

0 commit comments

Comments
 (0)