core: make endpoint_type of enum USBH_ENDPOINT_TYPE
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
This commit is contained in:
parent
049b67b492
commit
96dd22d047
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ struct _usbh_packet {
|
|||
* @brief Endpoint type
|
||||
* @see USBH_ENDPOINT_TYPE
|
||||
*/
|
||||
uint8_t endpoint_type;
|
||||
enum USBH_ENDPOINT_TYPE endpoint_type;
|
||||
|
||||
enum USBH_CONTROL_TYPE control_type;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue