add usb handle to core

sipo
Ondřej Hruška 6 years ago
parent 1400d51064
commit 4171dd6781
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 5
      USB/usb_device.c

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

Loading…
Cancel
Save