Fixed bug #417.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5963 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
6627768bdf
commit
43ca8b55d2
|
@ -696,8 +696,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* PLL2 activation conditions.*/
|
/* PLL2 activation conditions.*/
|
||||||
#if STM32_OTG_CLOCK_REQUIRED || \
|
#if ((STM32_PREDIV1SRC == STM32_PREDIV1SRC_PLL2) && STM32_ACTIVATE_PLL1) || \
|
||||||
(STM32_PREDIV1SRC == STM32_PREDIV1SRC_PLL2) || \
|
|
||||||
(STM32_MCOSEL == STM32_MCOSEL_PLL2DIV2) || \
|
(STM32_MCOSEL == STM32_MCOSEL_PLL2DIV2) || \
|
||||||
defined(__DOXYGEN__)
|
defined(__DOXYGEN__)
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -91,6 +91,8 @@
|
||||||
*** 2.7.0 ***
|
*** 2.7.0 ***
|
||||||
- FIX: Fixed missing casts in time-conversion macros (bug #418)(backported
|
- FIX: Fixed missing casts in time-conversion macros (bug #418)(backported
|
||||||
to 2.6.1, 2.4.4 and 2.2.10).
|
to 2.6.1, 2.4.4 and 2.2.10).
|
||||||
|
- FIX: Fixed PLL2 activation condition is wrong in STM32F107 HAL (bug #417)
|
||||||
|
(backported to 2.6.1 and 2.4.4).
|
||||||
- FIX: Fixed STM32 Serial (v2) driver invalid CR registers size (bug #416)
|
- FIX: Fixed STM32 Serial (v2) driver invalid CR registers size (bug #416)
|
||||||
(backported to 2.6.0).
|
(backported to 2.6.0).
|
||||||
- FIX: Fixed MS2ST() and US2ST() macros error (bug #415)(backported to 2.6.0,
|
- FIX: Fixed MS2ST() and US2ST() macros error (bug #415)(backported to 2.6.0,
|
||||||
|
|
Loading…
Reference in New Issue