Fixed missing documentation tag.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11164 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
1ffcc1b527
commit
7df14775f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue