added replug for f407

This commit is contained in:
2017-12-27 23:04:01 +01:00
parent 09e651bd23
commit 9a32962c95
+4 -3
View File
@@ -249,12 +249,13 @@ void plat_usb_reconnect(void)
USBD_LL_Reset(&hUsbDeviceFS);
#if defined(GEX_PLAT_F072_DISCOVERY) || defined(GEX_PLAT_F303_DISCOVERY)
#if defined(GEX_PLAT_F103_BLUEPILL)
// F103 doesn't have pull-up control
#else
HAL_PCD_DevDisconnect(&hpcd_USB_FS);
osDelay(100);
HAL_PCD_DevConnect(&hpcd_USB_FS);
#else
// F103 doesn't have pull-up control
#endif
}