From 96dd22d047f33ea2015d6cdb0ca84b04e6aa7ec2 Mon Sep 17 00:00:00 2001 From: Amir Hammad Date: Tue, 23 Aug 2016 07:11:34 +0200 Subject: core: make endpoint_type of enum USBH_ENDPOINT_TYPE Signed-off-by: Amir Hammad --- include/driver/usbh_device_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/driver/usbh_device_driver.h b/include/driver/usbh_device_driver.h index 9307f77..bace1ef 100644 --- a/include/driver/usbh_device_driver.h +++ b/include/driver/usbh_device_driver.h @@ -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; -- cgit