diff options
Diffstat (limited to 'include/driver')
-rw-r--r-- | include/driver/usbh_device_driver.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/driver/usbh_device_driver.h b/include/driver/usbh_device_driver.h index 20ece5d..e846fd2 100644 --- a/include/driver/usbh_device_driver.h +++ b/include/driver/usbh_device_driver.h @@ -110,10 +110,6 @@ struct _usbh_control { }; typedef struct _usbh_control usbh_control_t; - -//forward declare usbh_dev_driver_t -typedef struct _usbh_dev_driver usbh_dev_driver_t; - /** * @brief The _usbh_device struct * |