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.c | |
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.c')
-rw-r--r-- | os/hal/platforms/STM32F30x/stm32_dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32F30x/stm32_dma.c b/os/hal/platforms/STM32F30x/stm32_dma.c index 8daf54f98..2fffadf6d 100644 --- a/os/hal/platforms/STM32F30x/stm32_dma.c +++ b/os/hal/platforms/STM32F30x/stm32_dma.c @@ -19,10 +19,10 @@ */
/**
- * @file STM32F3xx/stm32_dma.c
+ * @file STM32F30x/stm32_dma.c
* @brief DMA helper driver code.
*
- * @addtogroup STM32F3xx_DMA
+ * @addtogroup STM32F30x_DMA
* @details DMA sharing helper driver. In the STM32 the DMA streams are a
* shared resource, this driver allows to allocate and free DMA
* streams at runtime in order to allow all the other device
|