git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8467 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2015-11-11 10:32:21 +00:00
parent 400f2ee423
commit 4f9b997b83
3 changed files with 1103 additions and 3 deletions

View File

@ -1117,7 +1117,7 @@
#define rccResetTIM8() rccResetAPB2(RCC_APB2RSTR_TIM8RST)
/**
* @brief Enables the TIM9peripheral clock.
* @brief Enables the TIM9 peripheral clock.
* @note The @p lp parameter is ignored in this family.
*
* @param[in] lp low power enable flag

View File

@ -18,7 +18,7 @@
* @file STM32F7xx/stm32_rcc.h
* @brief RCC helper driver header.
* @note This file requires definitions from the ST header file
* @p stm32f4xx.h.
* @p stm32f7xx.h.
*
* @addtogroup STM32F7xx_RCC
* @{
@ -1127,7 +1127,7 @@
#define rccResetTIM8() rccResetAPB2(RCC_APB2RSTR_TIM8RST)
/**
* @brief Enables the TIM9peripheral clock.
* @brief Enables the TIM9 peripheral clock.
*
* @param[in] lp low power enable flag
*

File diff suppressed because it is too large Load Diff