summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorReinhard Panhuber <[email protected]>2021-01-18 17:13:06 +0100
committerReinhard Panhuber <[email protected]>2021-01-18 17:13:06 +0100
commit51c80630f5c67cd2f67c2282a46520ef517f7234 (patch)
treee7d7d769db233178dbc5b3259131cc1320f6e399 /src
parent8450bc3225856fe6f32ef8a4b3d8038163bc0cb1 (diff)
Clean up
Diffstat (limited to 'src')
-rw-r--r--src/common/tusb_fifo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/tusb_fifo.h b/src/common/tusb_fifo.h
index 2ce433718..7ece30b74 100644
--- a/src/common/tusb_fifo.h
+++ b/src/common/tusb_fifo.h
@@ -64,11 +64,6 @@ typedef enum
TU_FIFO_COPY_CST, ///< Copy from/to a constant source/destination address - required for e.g. STM32 to write into USB hardware FIFO
} tu_fifo_copy_mode_t;
-//TU_FIFO_WRITE_INC_DST, ///< Write to an increasing destination address - default mode
-// TU_FIFO_WRITE_CONST_DST, ///< Write to a constant destination address - required for e.g. STM32 to write into USB hardware FIFO
-// TU_FIFO_READ_INC_SRC, ///< Read from an increasing source address - default mode
-// TU_FIFO_READ_CONST_SRC, ///< Read from a constant source address - required for e.g. STM32 to read from USB hardware FIFO
-
/** \struct tu_fifo_t
* \brief Simple Circular FIFO
*/