Skip to content

Commit f35fb17

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cores/arduino/stm32/usb/usbd_conf.c

-4
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)