diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-26 16:43:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-26 16:43:55 +0000 |
commit | f00651ed156298a6030bdba8840726344b9e621c (patch) | |
tree | eba95c270533b7c43cd8fa9b8d6e8946474692bd | |
parent | 0132b4812df3bc3b8c2df9dbea6b75c372ed3453 (diff) | |
download | ChibiOS-f00651ed156298a6030bdba8840726344b9e621c.tar.gz ChibiOS-f00651ed156298a6030bdba8840726344b9e621c.tar.bz2 ChibiOS-f00651ed156298a6030bdba8840726344b9e621c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3529 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/platforms/STM32F4xx/stm32_dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F4xx/stm32_dma.h b/os/hal/platforms/STM32F4xx/stm32_dma.h index fe15dbd22..bcadf153c 100644 --- a/os/hal/platforms/STM32F4xx/stm32_dma.h +++ b/os/hal/platforms/STM32F4xx/stm32_dma.h @@ -24,7 +24,7 @@ * @note This file requires definitions from the ST STM32F4xx header file
* stm32f4xx.h.
*
- * @addtogroup STM32_DMA
+ * @addtogroup STM32F4xx_DMA
* @{
*/
|