git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8605 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
Giovanni Di Sirio 2015-12-15 16:20:06 +00:00
parent 701796accc
commit 4f3f64497a
1 changed files with 1 additions and 1 deletions

View File

@ -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)