From 51c80630f5c67cd2f67c2282a46520ef517f7234 Mon Sep 17 00:00:00 2001 From: Reinhard Panhuber Date: Mon, 18 Jan 2021 17:13:06 +0100 Subject: [PATCH] Clean up --- src/common/tusb_fifo.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/common/tusb_fifo.h b/src/common/tusb_fifo.h index 2ce43371..7ece30b7 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 */