Fixed bug 3485278.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@3940 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-02-07 19:08:48 +00:00
parent 9149d28b51
commit f0b6aad238
2 changed files with 2 additions and 0 deletions

View File

@ -710,6 +710,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,7 @@
*****************************************************************************
*** 2.4.1 ***
- FIX: Fixed missing PLL3 check in STM32F107 HAL (bug 3485278).
- FIX: Fixed ADC maximum frequency limit in STM32F2/F4 ADC drivers (bug
3484947).
- FIX: Fixed various minor documentation errors (bug 3484942).