diff options
| author | hathach <[email protected]> | 2024-09-10 18:27:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-09-10 18:27:22 +0700 |
| commit | 3ab63fbc65ce1d6333594fec23f1e2239588ea31 (patch) | |
| tree | d940123a45031fdf24dfda5180e0b77f44bc4252 /src/common | |
| parent | 7373a0239645b48bbd1c11e9542699924e1f3a0d (diff) | |
remove vendor ep_addr, use stream api instead
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/tusb_private.h b/src/common/tusb_private.h index ce42d7ef6..2cf11ea94 100644 --- a/src/common/tusb_private.h +++ b/src/common/tusb_private.h @@ -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; |
