diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-03 12:22:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-03 12:22:26 +0000 |
commit | 7c47bd0133bf11014d7ebfd7bfe9e42e96e7caf4 (patch) | |
tree | ca18e11dc262bd7f598e063006c4224b28da6048 /os/hal | |
parent | e79acd9140c740166465ea481ea411bd883223d2 (diff) | |
download | ChibiOS-7c47bd0133bf11014d7ebfd7bfe9e42e96e7caf4.tar.gz ChibiOS-7c47bd0133bf11014d7ebfd7bfe9e42e96e7caf4.tar.bz2 ChibiOS-7c47bd0133bf11014d7ebfd7bfe9e42e96e7caf4.zip |
Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6069 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/STM32F4xx/stm32_rcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F4xx/stm32_rcc.h b/os/hal/platforms/STM32F4xx/stm32_rcc.h index b429d7bcd..c12988495 100644 --- a/os/hal/platforms/STM32F4xx/stm32_rcc.h +++ b/os/hal/platforms/STM32F4xx/stm32_rcc.h @@ -994,7 +994,7 @@ #define rccResetTIM8() rccResetAPB2(RCC_APB2RSTR_TIM8RST)
/**
- * @brief Enables the TIM89peripheral clock.
+ * @brief Enables the TIM9peripheral clock.
* @note The @p lp parameter is ignored in this family.
*
* @param[in] lp low power enable flag
|