aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F30x/stm32_dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM32F30x/stm32_dma.h')
-rw-r--r--os/hal/platforms/STM32F30x/stm32_dma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32F30x/stm32_dma.h b/os/hal/platforms/STM32F30x/stm32_dma.h
index a755e76ec..63e9d4265 100644
--- a/os/hal/platforms/STM32F30x/stm32_dma.h
+++ b/os/hal/platforms/STM32F30x/stm32_dma.h
@@ -19,13 +19,13 @@
*/
/**
- * @file STM32F3xx/stm32_dma.h
+ * @file STM32F30x/stm32_dma.h
* @brief DMA helper driver header.
* @note This file requires definitions from the ST header file stm32f30x.h.
* @note This driver uses the new naming convention used for the STM32F2xx
* so the "DMA channels" are referred as "DMA streams".
*
- * @addtogroup STM32F3xx_DMA
+ * @addtogroup STM32F30x_DMA
* @{
*/