Fixed bug #683.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8605 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
701796accc
commit
4f3f64497a
|
@ -1515,7 +1515,7 @@
|
|||
/**
|
||||
* @brief STM32_PLLSAI1QEN field.
|
||||
*/
|
||||
#if (STM32_CLK48SEL == STM32_CLK48SEL_PLL) || defined(__DOXYGEN__)
|
||||
#if (STM32_CLK48SEL == STM32_CLK48SEL_PLLSAI1) || defined(__DOXYGEN__)
|
||||
#define STM32_PLLSAI1QEN (1 << 20)
|
||||
#else
|
||||
#define STM32_PLLSAI1QEN (0 << 20)
|
||||
|
|
Loading…
Reference in New Issue