stm32/stm32_it: Include correct EXTI interrupt handlers for L0 MCUs.
This commit is contained in:
parent
1fe1ff935b
commit
400a128e11
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ void RTC_WKUP_IRQHandler(void) {
|
|||
IRQ_EXIT(RTC_WKUP_IRQn);
|
||||
}
|
||||
|
||||
#if defined(STM32F0)
|
||||
#if defined(STM32F0) || defined(STM32L0)
|
||||
|
||||
void RTC_IRQHandler(void) {
|
||||
IRQ_ENTER(RTC_IRQn);
|
||||
|
|
|
|||
Loading…
Reference in a new issue