Fixed bug #1143.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14044 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
c8bf18ea38
commit
a50c0e83c8
|
@ -188,7 +188,7 @@ static inline void tim1_tim9_tim10_tim11_irq_deinit(void) {
|
|||
/* Driver interrupt handlers. */
|
||||
/*===========================================================================*/
|
||||
|
||||
#if defined(STM32_TIM1_IS_USED) || defined(STM32_TIM19_IS_USED) || \
|
||||
#if defined(STM32_TIM1_IS_USED) || defined(STM32_TIM9_IS_USED) || \
|
||||
defined(__DOXYGEN__)
|
||||
/**
|
||||
* @brief TIM1-BRK, TIM9 interrupt handler.
|
||||
|
|
|
@ -128,6 +128,8 @@
|
|||
MEMS Accelerometers.
|
||||
- NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1).
|
||||
- NEW: Added latency measurement test application.
|
||||
- FIX: Fixed wrong check on STM32 TIM9 timer (bug #1143)
|
||||
(backported to 20.3.3).
|
||||
- FIX: Fixed FAT time problem in RTC driver (bug #1142)
|
||||
(backported to 20.3.3)(backported to 19.1.5).
|
||||
- FIX: Fixed Heap allocation of aligned FIFO objects in chFactory (bug #1141)
|
||||
|
|
Loading…
Reference in New Issue