Fixed bug 3485278.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3938 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2012-02-07 19:05:28 +00:00
parent b9f9993b78
commit 9a365f3684
2 changed files with 3 additions and 0 deletions

View File

@ -703,6 +703,7 @@
/* PLL3 activation conditions.*/
#if STM32_I2S_CLOCK_REQUIRED || \
(STM32_MCOSEL == STM32_MCOSEL_PLL3DIV2) || \
(STM32_MCOSEL == STM32_MCOSEL_PLL3) || \
defined(__DOXYGEN__)
/**
* @brief PLL3 activation flag.

View File

@ -79,6 +79,8 @@
*****************************************************************************
*** 2.5.0 ***
- FIX: Fixed missing PLL3 check in STM32F107 HAL (bug 3485278)(backported to
2.2.8 and 2.4.1).
- FIX: Fixed ADC maximum frequency limit in STM32F2/F4 ADC drivers (bug
3484947)(backported to 2.4.1).
- FIX: Fixed various minor documentation errors (bug 3484942)(backported