diff options
| author | hathach <[email protected]> | 2021-09-29 16:29:15 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-09-29 16:29:15 +0700 |
| commit | 1d5bdf7d396afe22b114f6f8edf45cbc3d88325b (patch) | |
| tree | 3308e45ff145a9ede7b6d2dddbe73955c8539ced /src/class | |
| parent | 0b31c40b9f84e8207d78a3196a755be53356534f (diff) | |
add same7x to board list
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/vendor/vendor_device.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/class/vendor/vendor_device.c b/src/class/vendor/vendor_device.c index 188b561d7..8f25141b8 100644 --- a/src/class/vendor/vendor_device.c +++ b/src/class/vendor/vendor_device.c @@ -207,6 +207,8 @@ uint16_t vendord_open(uint8_t rhport, tusb_desc_interface_t const * desc_itf, ui // Open endpoint pair with usbd helper TU_ASSERT(usbd_open_edpt_pair(rhport, p_desc, desc_itf->bNumEndpoints, TUSB_XFER_BULK, &p_vendor->ep_out, &p_vendor->ep_in), 0); + drv_len += desc_itf->bNumEndpoints*sizeof(tusb_desc_endpoint_t); + // Prepare for incoming data if ( p_vendor->ep_out ) { |
