mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-13 04:42:01 +03:00
fix(usb/host): Fix incorrect IAD descriptor length
This commit is contained in:
@@ -384,7 +384,7 @@ ESP_STATIC_ASSERT(sizeof(usb_config_desc_t) == USB_CONFIG_DESC_SIZE, "Size of us
|
||||
/**
|
||||
* @brief Size of a USB interface association descriptor in bytes
|
||||
*/
|
||||
#define USB_IAD_DESC_SIZE 9
|
||||
#define USB_IAD_DESC_SIZE 8
|
||||
|
||||
/**
|
||||
* @brief Structure representing a USB interface association descriptor
|
||||
|
||||
Reference in New Issue
Block a user