Skip to content

Commit

Permalink
stm32/stm32_it: Enable PVD_PVM_IRQHandler for stm32wb55.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
  • Loading branch information
pi-anl committed Aug 14, 2024
1 parent 1473ed4 commit db7ee89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/stm32/stm32_it.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ void PVD_IRQHandler(void) {
IRQ_EXIT(PVD_IRQn);
}

#if defined(STM32L4)
#if defined(STM32L4) || defined(STM32WB)
void PVD_PVM_IRQHandler(void) {
IRQ_ENTER(PVD_PVM_IRQn);
Handle_EXTI_Irq(EXTI_PVD_OUTPUT);
Expand Down

0 comments on commit db7ee89

Please sign in to comment.