add usb re-plug functionality to F072

This commit is contained in:
2017-12-27 22:57:45 +01:00
parent 0146c3332f
commit 2f0db41fb9
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -58,6 +58,7 @@
#include "usbd_def.h"
extern USBD_HandleTypeDef hUsbDeviceFS;
extern PCD_HandleTypeDef hpcd_USB_FS;
/* USB_Device init function */
void MX_USB_DEVICE_Init(void);