diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-10-02 11:30:06 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-10-02 11:30:06 +0000 |
commit | a2109bf01e8910ca1cc16a109cf6911fbd2323fa (patch) | |
tree | ba3eb71790efeddc92d13c34c3c0de2df16a44bf /os/hal/platforms/STM32L1xx | |
parent | 65d15d42c446b5f30e549fdeadfe88f963d2ee55 (diff) | |
download | ChibiOS-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
Diffstat (limited to 'os/hal/platforms/STM32L1xx')
-rw-r--r-- | os/hal/platforms/STM32L1xx/stm32_rcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
* @{
*/
|