Skip to content

Commit

Permalink
add usb handle to core
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyPork committed Dec 16, 2017
1 parent 1400d51 commit 4171dd6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions USB/usb_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4171dd6

Please sign in to comment.