diff options
Diffstat (limited to 'os/hal/platforms/STM32F1xx/stm32_dma.h')
-rw-r--r-- | os/hal/platforms/STM32F1xx/stm32_dma.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/os/hal/platforms/STM32F1xx/stm32_dma.h b/os/hal/platforms/STM32F1xx/stm32_dma.h index f209898d4..bacd0a809 100644 --- a/os/hal/platforms/STM32F1xx/stm32_dma.h +++ b/os/hal/platforms/STM32F1xx/stm32_dma.h @@ -19,14 +19,13 @@ */
/**
- * @file DMAv1/stm32_dma.h
+ * @file STM32F1xx/stm32_dma.h
* @brief DMA helper driver header.
- * @note This file requires definitions from the ST header files
- * stm32f10x.h or stm32l1xx.h.
+ * @note This file requires definitions from the ST header file stm32f10x.h.
* @note This driver uses the new naming convention used for the STM32F2xx
* so the "DMA channels" are referred as "DMA streams".
*
- * @addtogroup STM32_DMA
+ * @addtogroup STM32F1xx_DMA
* @{
*/
|