aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx/stm32_dma.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-08 10:48:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-08 10:48:52 +0000
commit8cc4b7f2e82a9a498ad97fb3ba45626a5b745bf9 (patch)
tree7a4713123235f2313fa00289d29b3a9cc6e13489 /os/hal/platforms/STM32F1xx/stm32_dma.h
parent955d10acd860c639d8884fc68ec882d9914356ea (diff)
downloadChibiOS-8cc4b7f2e82a9a498ad97fb3ba45626a5b745bf9.tar.gz
ChibiOS-8cc4b7f2e82a9a498ad97fb3ba45626a5b745bf9.tar.bz2
ChibiOS-8cc4b7f2e82a9a498ad97fb3ba45626a5b745bf9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3432 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F1xx/stm32_dma.h')
-rw-r--r--os/hal/platforms/STM32F1xx/stm32_dma.h7
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
* @{
*/