Fixed bug 3485278.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3938 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
b9f9993b78
commit
9a365f3684
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue