add midi comment

This commit is contained in:
hathach 2021-03-04 19:30:08 +07:00
parent 4c31a29ff0
commit 33a29c9e4c
1 changed files with 1 additions and 0 deletions

View File

@ -387,6 +387,7 @@ uint16_t midid_open(uint8_t rhport, tusb_desc_interface_t const * desc_itf, uint
p_midi->ep_out = ep_addr;
}
// Class Specific MIDI Stream endpoint descriptor
drv_len += tu_desc_len(p_desc);
p_desc = tu_desc_next(p_desc);