aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-02 11:30:06 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-02 11:30:06 +0000
commita2109bf01e8910ca1cc16a109cf6911fbd2323fa (patch)
treeba3eb71790efeddc92d13c34c3c0de2df16a44bf
parent65d15d42c446b5f30e549fdeadfe88f963d2ee55 (diff)
downloadChibiOS-a2109bf01e8910ca1cc16a109cf6911fbd2323fa.tar.gz
ChibiOS-a2109bf01e8910ca1cc16a109cf6911fbd2323fa.tar.bz2
ChibiOS-a2109bf01e8910ca1cc16a109cf6911fbd2323fa.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3421 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/STM32F1xx/stm32_rcc.h2
-rw-r--r--os/hal/platforms/STM32L1xx/stm32_rcc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32F1xx/stm32_rcc.h b/os/hal/platforms/STM32F1xx/stm32_rcc.h
index 0f19f7b07..2a5daaadd 100644
--- a/os/hal/platforms/STM32F1xx/stm32_rcc.h
+++ b/os/hal/platforms/STM32F1xx/stm32_rcc.h
@@ -24,7 +24,7 @@
* @note This file requires definitions from the ST header file
* @p stm32f10x.h.
*
- * @addtogroup STM32_RCC
+ * @addtogroup STM32F1xx_RCC
* @{
*/
diff --git a/os/hal/platforms/STM32L1xx/stm32_rcc.h b/os/hal/platforms/STM32L1xx/stm32_rcc.h
index abad4f96b..e2460a41f 100644
--- a/os/hal/platforms/STM32L1xx/stm32_rcc.h
+++ b/os/hal/platforms/STM32L1xx/stm32_rcc.h
@@ -24,7 +24,7 @@
* @note This file requires definitions from the ST header file
* @p stm32l1xx.h.
*
- * @addtogroup STM32_RCC
+ * @addtogroup STM32L1xx_RCC
* @{
*/