core: make endpoint_type of enum USBH_ENDPOINT_TYPE

Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
This commit is contained in:
Amir Hammad 2016-08-23 07:11:34 +02:00
parent 049b67b492
commit 96dd22d047

View file

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