Fixed bug #447.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6573 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
c5c8185342
commit
c34a873cc9
|
@ -1141,9 +1141,7 @@
|
|||
#error "HSI not enabled, required by STM32_MCO1SEL"
|
||||
#endif
|
||||
|
||||
#if (STM32_MCO2SEL == STM32_MCO2SEL_HSI) || \
|
||||
((STM32_MCO2SEL == STM32_MCO2SEL_PLL) && \
|
||||
(STM32_PLLSRC == STM32_PLLSRC_HSI))
|
||||
#if (STM32_MCO2SEL == STM32_MCO2SEL_PLL) && (STM32_PLLSRC == STM32_PLLSRC_HSI)
|
||||
#error "HSI not enabled, required by STM32_MCO2SEL"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -89,6 +89,8 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 2.7.0 ***
|
||||
- FIX: Fixed rong MCO2 check in STM32F4xx HAL driver (bug #447)(backported
|
||||
to 2.4.6 and 2.6.2).
|
||||
- FIX: Fixed spurious half buffer callback in STM32 ADC drivers (bug #446)
|
||||
(backported to 2.4.6 and 2.6.2).
|
||||
- FIX: Fixed callbacks changes to the ADC high level driver (bug #445)
|
||||
|
|
Loading…
Reference in New Issue