summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
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;