diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-12 15:22:59 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-12 15:22:59 +0000 |
commit | 17c6a6d1be213bb7fc7bbc602806cca254e3b9a7 (patch) | |
tree | a17bb283358ad2ec29142a36e47622fc72aa6d6e | |
parent | 4c732053492b0bd0df4f3e8f2e9e378695c25733 (diff) | |
download | ChibiOS-17c6a6d1be213bb7fc7bbc602806cca254e3b9a7.tar.gz ChibiOS-17c6a6d1be213bb7fc7bbc602806cca254e3b9a7.tar.bz2 ChibiOS-17c6a6d1be213bb7fc7bbc602806cca254e3b9a7.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6139 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/platforms/STM32/TIMv1/stm32_tim.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32/TIMv1/stm32_tim.h b/os/hal/platforms/STM32/TIMv1/stm32_tim.h index 1db882ebc..9c33d7b25 100644 --- a/os/hal/platforms/STM32/TIMv1/stm32_tim.h +++ b/os/hal/platforms/STM32/TIMv1/stm32_tim.h @@ -15,11 +15,11 @@ */
/**
- * @file stm32_timh
+ * @file stm32_tim.h
* @brief STM32 TIM registers layout header.
* @note This file requires definitions from the ST STM32 header file.
*
- * @addtogroup STM32_TIM
+ * @addtogroup STM32_TIMv1
* @{
*/
|