diff options
Diffstat (limited to 'include/driver/usbh_device_driver.h')
-rw-r--r-- | include/driver/usbh_device_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |