remove vendor ep_addr, use stream api instead

This commit is contained in:
hathach
2024-09-10 18:27:22 +07:00
parent 7373a02396
commit 3ab63fbc65
3 changed files with 14 additions and 19 deletions

View File

@@ -46,7 +46,6 @@ typedef struct {
uint16_t ep_packetsize;
uint16_t ep_bufsize;
uint8_t* ep_buf; // TODO xfer_fifo can skip this buffer
tu_fifo_t ff;