From a2109bf01e8910ca1cc16a109cf6911fbd2323fa Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 2 Oct 2011 11:30:06 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3421 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F1xx/stm32_rcc.h | 2 +- os/hal/platforms/STM32L1xx/stm32_rcc.h | 2 +- 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 * @{ */ -- cgit v1.2.3