drivers: remove redundant forward declaration of usbh_dev_driver_t

It is already declared in usbh_core.h

Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
This commit is contained in:
Amir Hammad 2016-09-11 09:44:07 +02:00
parent b055665fb0
commit 2c81d1a3e6
4 changed files with 0 additions and 7 deletions

View file

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