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:
parent
b055665fb0
commit
2c81d1a3e6
4 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue