From 9422ad779cb626290d92db6144bce33eaa5758f1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 4 Oct 2011 20:01:46 +0000 Subject: Fixed bug 3418620. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3424 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/pwm_lld.c | 2 +- readme.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/os/hal/platforms/STM32/pwm_lld.c b/os/hal/platforms/STM32/pwm_lld.c index d8f98a432..ab3c1c2bb 100644 --- a/os/hal/platforms/STM32/pwm_lld.c +++ b/os/hal/platforms/STM32/pwm_lld.c @@ -327,7 +327,7 @@ void pwm_lld_init(void) { #if STM32_PWM_USE_TIM8 /* Driver initialization.*/ pwmObjectInit(&PWMD8); - PWMD5.tim = TIM8; + PWMD8.tim = TIM8; #endif } diff --git a/readme.txt b/readme.txt index e0b7bed9a..2f3c20335 100644 --- a/readme.txt +++ b/readme.txt @@ -72,6 +72,9 @@ *** Releases *** ***************************************************************************** +*** 2.3.4 *** +- FIX: Fixed broken TIM8 support in STM32 PWM driver (bug 3418620). + *** 2.3.3 *** - FIX: Fixed uninitialized variable in STM32 PWM and ICU drivers (bug 3413558). - FIX: Fixed wrong parameter passed to the DMA error hook in STM32 ADC driver, -- cgit v1.2.3