stm32/stm32_it: Support TIM17 IRQs on WB MCUs.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -625,7 +625,7 @@ void TIM1_TRG_COM_TIM11_IRQHandler(void) {
|
|||||||
IRQ_EXIT(TIM1_TRG_COM_TIM11_IRQn);
|
IRQ_EXIT(TIM1_TRG_COM_TIM11_IRQn);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(STM32L4)
|
#if defined(STM32L4) || defined(STM32WB)
|
||||||
void TIM1_TRG_COM_TIM17_IRQHandler(void) {
|
void TIM1_TRG_COM_TIM17_IRQHandler(void) {
|
||||||
IRQ_ENTER(TIM1_TRG_COM_TIM17_IRQn);
|
IRQ_ENTER(TIM1_TRG_COM_TIM17_IRQn);
|
||||||
timer_irq_handler(17);
|
timer_irq_handler(17);
|
||||||
|
|||||||
Reference in New Issue
Block a user