add usb handle to core

This commit is contained in:
2017-12-16 17:12:47 +01:00
parent 1400d51064
commit 4171dd6781
+1 -4
View File
@@ -61,10 +61,7 @@
/* USB Device Core handle declaration */
USBD_HandleTypeDef hUsbDeviceFS;
/* USER CODE BEGIN Includes */
extern PCD_HandleTypeDef hpcd_USB_FS;
/* USER CODE END Includes */
PCD_HandleTypeDef hpcd_USB_FS;
/* init function */
void MX_USB_DEVICE_Init(void)