Commit 61d5a8b9 authored by Damien George's avatar Damien George

stm32/stm32_it: Support TIM17 IRQs on WB MCUs.

Signed-off-by: default avatarDamien George <damien@micropython.org>
parent ed42002c
......@@ -625,7 +625,7 @@ void TIM1_TRG_COM_TIM11_IRQHandler(void) {
IRQ_EXIT(TIM1_TRG_COM_TIM11_IRQn);
}
#if defined(STM32L4)
#if defined(STM32L4) || defined(STM32WB)
void TIM1_TRG_COM_TIM17_IRQHandler(void) {
IRQ_ENTER(TIM1_TRG_COM_TIM17_IRQn);
timer_irq_handler(17);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment