Fixed bug 3418620.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3424 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
0138ec13a2
commit
9422ad779c
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue