/** @defgroup USBH_USR_Private_Variables
* @{
*/
/* Points to the DEVICE_PROP structure of current device */
/* The purpose of this register is to speed up the execution */
/**
* @brief USBH_USR_ResetUSBDevice
* Reset USB Device
* @param None
* @retval None
*/
void USBH_USR_ResetDevice(void)
{
/* Users can do their application actions here for the USB-Reset */
}