diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-22 16:28:38 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-22 16:28:38 +0000 |
commit | 7df14775f67157df4b058334449b80cdf3ac2ad9 (patch) | |
tree | 4b8c3690dee5df4201557044cd45ed6c168f2501 /os | |
parent | 1ffcc1b527ea652dfc067e13e90b0ab728ece3e7 (diff) | |
download | ChibiOS-7df14775f67157df4b058334449b80cdf3ac2ad9.tar.gz ChibiOS-7df14775f67157df4b058334449b80cdf3ac2ad9.tar.bz2 ChibiOS-7df14775f67157df4b058334449b80cdf3ac2ad9.zip |
Fixed missing documentation tag.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11164 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/STM32/STM32F7xx/hal_lld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.h b/os/hal/ports/STM32/STM32F7xx/hal_lld.h index 812000adf..66142d435 100644 --- a/os/hal/ports/STM32/STM32F7xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.h @@ -285,6 +285,7 @@ #define STM32_MCO2SEL_PLLI2S (1 << 30) /**< PLLI2S clock on MCO2 pin. */
#define STM32_MCO2SEL_HSE (2 << 30) /**< HSE clock on MCO2 pin. */
#define STM32_MCO2SEL_PLL (3 << 30) /**< PLL clock on MCO2 pin. */
+/** @} */
/**
* @name RCC_PLLI2SCFGR register bits definitions
|