git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6573 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2013-12-23 08:34:35 +00:00
parent c5c8185342
commit c34a873cc9
2 changed files with 3 additions and 3 deletions

View File

@ -1141,9 +1141,7 @@
#error "HSI not enabled, required by STM32_MCO1SEL" #error "HSI not enabled, required by STM32_MCO1SEL"
#endif #endif
#if (STM32_MCO2SEL == STM32_MCO2SEL_HSI) || \ #if (STM32_MCO2SEL == STM32_MCO2SEL_PLL) && (STM32_PLLSRC == STM32_PLLSRC_HSI)
((STM32_MCO2SEL == STM32_MCO2SEL_PLL) && \
(STM32_PLLSRC == STM32_PLLSRC_HSI))
#error "HSI not enabled, required by STM32_MCO2SEL" #error "HSI not enabled, required by STM32_MCO2SEL"
#endif #endif

View File

@ -89,6 +89,8 @@
***************************************************************************** *****************************************************************************
*** 2.7.0 *** *** 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) - FIX: Fixed spurious half buffer callback in STM32 ADC drivers (bug #446)
(backported to 2.4.6 and 2.6.2). (backported to 2.4.6 and 2.6.2).
- FIX: Fixed callbacks changes to the ADC high level driver (bug #445) - FIX: Fixed callbacks changes to the ADC high level driver (bug #445)