aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F3xx/stm32_isr.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/STM32F3xx/stm32_isr.c')
-rw-r--r--os/hal/ports/STM32/STM32F3xx/stm32_isr.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/os/hal/ports/STM32/STM32F3xx/stm32_isr.c b/os/hal/ports/STM32/STM32F3xx/stm32_isr.c
index 384f0815c..e91ce2508 100644
--- a/os/hal/ports/STM32/STM32F3xx/stm32_isr.c
+++ b/os/hal/ports/STM32/STM32F3xx/stm32_isr.c
@@ -261,9 +261,6 @@ OSAL_IRQ_HANDLER(VectorA4) {
#if STM32_ICU_USE_TIM1
icu_lld_serve_interrupt(&ICUD1);
#endif
-#if STM32_ICU_USE_TIM16
- icu_lld_serve_interrupt(&ICUD16);
-#endif
#endif
#if HAL_USE_PWM
#if STM32_PWM_USE_TIM1
@@ -292,9 +289,7 @@ OSAL_IRQ_HANDLER(VectorA8) {
#endif
#endif
#if HAL_USE_ICU
-#if STM32_ICU_USE_TIM17
- icu_lld_serve_interrupt(&ICUD17);
-#endif
+ /* Not used by ICU.*/
#endif
#if HAL_USE_PWM
#if STM32_PWM_USE_TIM17