add usb replug for F303

This commit is contained in:
2017-12-27 23:00:48 +01:00
parent 2f0db41fb9
commit 09e651bd23
+1 -1
View File
@@ -249,7 +249,7 @@ void plat_usb_reconnect(void)
USBD_LL_Reset(&hUsbDeviceFS);
#if defined(GEX_PLAT_F072_DISCOVERY)
#if defined(GEX_PLAT_F072_DISCOVERY) || defined(GEX_PLAT_F303_DISCOVERY)
HAL_PCD_DevDisconnect(&hpcd_USB_FS);
osDelay(100);
HAL_PCD_DevConnect(&hpcd_USB_FS);