diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-08 15:36:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-08 15:36:31 +0000 |
commit | 325dd3a1cdc2fc6c00882dd3a4423431eabc22cb (patch) | |
tree | 0097b23e4f2705aa96cec6f861f005e6c6bb04ec /os/hal/platforms/STM32F30x/stm32_dma.h | |
parent | 06c9f03edc93418ceeb9a3a9a7550a27fdcc8c96 (diff) | |
download | ChibiOS-325dd3a1cdc2fc6c00882dd3a4423431eabc22cb.tar.gz ChibiOS-325dd3a1cdc2fc6c00882dd3a4423431eabc22cb.tar.bz2 ChibiOS-325dd3a1cdc2fc6c00882dd3a4423431eabc22cb.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5132 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F30x/stm32_dma.h')
-rw-r--r-- | os/hal/platforms/STM32F30x/stm32_dma.h | 4 |
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
* @{
*/
|