aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F7xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-11 10:32:21 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-11 10:32:21 +0000
commit4f9b997b831b0e87793487c8602c84a1aa29da91 (patch)
treecb4189816253aed590cccf5eb5672f5c955b8489 /os/hal/ports/STM32/STM32F7xx
parent400f2ee42372afae21d3241f0adcb8b5c28a1e6e (diff)
downloadChibiOS-4f9b997b831b0e87793487c8602c84a1aa29da91.tar.gz
ChibiOS-4f9b997b831b0e87793487c8602c84a1aa29da91.tar.bz2
ChibiOS-4f9b997b831b0e87793487c8602c84a1aa29da91.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8467 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F7xx')
-rw-r--r--os/hal/ports/STM32/STM32F7xx/stm32_rcc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/ports/STM32/STM32F7xx/stm32_rcc.h b/os/hal/ports/STM32/STM32F7xx/stm32_rcc.h
index ee504200a..c64966641 100644
--- a/os/hal/ports/STM32/STM32F7xx/stm32_rcc.h
+++ b/os/hal/ports/STM32/STM32F7xx/stm32_rcc.h
@@ -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
*