aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/DMAv3/stm32_dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/LLD/DMAv3/stm32_dma.h')
-rw-r--r--os/hal/ports/STM32/LLD/DMAv3/stm32_dma.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/os/hal/ports/STM32/LLD/DMAv3/stm32_dma.h b/os/hal/ports/STM32/LLD/DMAv3/stm32_dma.h
index 9c4302cc4..09c586b31 100644
--- a/os/hal/ports/STM32/LLD/DMAv3/stm32_dma.h
+++ b/os/hal/ports/STM32/LLD/DMAv3/stm32_dma.h
@@ -15,7 +15,7 @@
*/
/**
- * @file DMAv2/stm32_dma.h
+ * @file DMAv3/stm32_dma.h
* @brief Enhanced-DMA helper driver header.
*
* @addtogroup STM32_DMA
@@ -30,13 +30,6 @@
/*===========================================================================*/
/**
- * @brief DMA capability.
- * @details if @p TRUE then the DMA is able of burst transfers, FIFOs,
- * scatter gather and other advanced features.
- */
-#define STM32_DMA_ADVANCED TRUE
-
-/**
* @brief Total number of DMA streams.
* @details This is the total number of streams among all the DMA units.
*/