Fixed bug bug #424.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6076 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-08-04 16:21:09 +00:00
parent 4f6d4bede4
commit 636f21faad
2 changed files with 4 additions and 3 deletions

View File

@ -100,10 +100,9 @@ PWMDriver PWMD9;
/*===========================================================================*/ /*===========================================================================*/
#if STM32_PWM_USE_TIM2 || STM32_PWM_USE_TIM3 || STM32_PWM_USE_TIM4 || \ #if STM32_PWM_USE_TIM2 || STM32_PWM_USE_TIM3 || STM32_PWM_USE_TIM4 || \
STM32_PWM_USE_TIM5 || STM32_PWM_USE_TIM8 || STM32_PWM_USE_TIM9 || \ STM32_PWM_USE_TIM5 || STM32_PWM_USE_TIM9 || defined(__DOXYGEN__)
defined(__DOXYGEN__)
/** /**
* @brief Common TIM2...TIM5 IRQ handler. * @brief Common TIM2...TIM5,TIM9 IRQ handler.
* @note It is assumed that the various sources are only activated if the * @note It is assumed that the various sources are only activated if the
* associated callback pointer is not equal to @p NULL in order to not * associated callback pointer is not equal to @p NULL in order to not
* perform an extra check in a potentially critical interrupt handler. * perform an extra check in a potentially critical interrupt handler.

View File

@ -89,6 +89,8 @@
***************************************************************************** *****************************************************************************
*** 2.7.0 *** *** 2.7.0 ***
- FIX: Fixed conditional code error in STM32 PWM driver (bug #424)(backported
to 2.6.1 and 2.4.5).
- FIX: Fixed error in Guards of pwm_lld.h from STM32 (bug #423)(backported to - FIX: Fixed error in Guards of pwm_lld.h from STM32 (bug #423)(backported to
2.6.1). 2.6.1).
- FIX: Fixed wrong RTC macro names in STM32L1xx HAL (bug #422)(backported to - FIX: Fixed wrong RTC macro names in STM32L1xx HAL (bug #422)(backported to