fix(usb/host): Fix incorrect IAD descriptor length

This commit is contained in:
Tomas Rezucha
2026-04-08 12:56:21 +02:00
parent eeae3ab2fa
commit 216c6d2ff6

View File

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