fix host midi build
This commit is contained in:
@@ -1489,7 +1489,7 @@ static void process_enumeration(tuh_xfer_t* xfer) {
|
||||
dev->i_serial = desc_device->iSerialNumber;
|
||||
|
||||
if (tuh_desc_device_cb) {
|
||||
tuh_desc_device_cb(daddr, (tusb_desc_device_t const*) _usbh_ctrl_buf);
|
||||
tuh_desc_device_cb(daddr, (tusb_desc_device_t const*) _usbh_epbuf.ctrl);
|
||||
}
|
||||
|
||||
// Get 9-byte for total length
|
||||
@@ -1520,7 +1520,7 @@ static void process_enumeration(tuh_xfer_t* xfer) {
|
||||
|
||||
case ENUM_SET_CONFIG:
|
||||
if (tuh_desc_config_cb) {
|
||||
tuh_desc_config_cb(daddr, (const tusb_desc_configuration_t*) _usbh_ctrl_buf);
|
||||
tuh_desc_config_cb(daddr, (const tusb_desc_configuration_t*) _usbh_epbuf.ctrl);
|
||||
}
|
||||
|
||||
TU_ASSERT(tuh_configuration_set(daddr, CONFIG_NUM, process_enumeration, ENUM_CONFIG_DRIVER),);
|
||||
|
Reference in New Issue
Block a user