Fixed bug 3605832.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5335 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
9c56bcc138
commit
f8f56be6c5
|
@ -538,7 +538,6 @@ void icu_lld_stop(ICUDriver *icup) {
|
|||
rccDisableTIM5(FALSE);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#if STM32_ICU_USE_TIM8
|
||||
if (&ICUD8 == icup) {
|
||||
nvicDisableVector(STM32_TIM8_UP_NUMBER);
|
||||
|
@ -547,6 +546,7 @@ void icu_lld_stop(ICUDriver *icup) {
|
|||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Enables the input capture.
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 2.5.2 ***
|
||||
- FIX: Fixed misplaced brace in icu_lld.c (bug 3605832)(backported to 2.4.4).
|
||||
- FIX: Fixed errors in MMC_SPI driver state machine (bug 3605794).
|
||||
- FIX: Fixed deadlock in Serial_USB driver (bug 3605793).
|
||||
- FIX: Fixed compile Error OLIMEX_SAM7_EX256/board.c (bug 3605058).
|
||||
|
|
Loading…
Reference in New Issue