summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-09-10 18:27:22 +0700
committerhathach <[email protected]>2024-09-10 18:27:22 +0700
commit3ab63fbc65ce1d6333594fec23f1e2239588ea31 (patch)
treed940123a45031fdf24dfda5180e0b77f44bc4252 /src/common
parent7373a0239645b48bbd1c11e9542699924e1f3a0d (diff)
remove vendor ep_addr, use stream api instead
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_private.h1
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;