stm32/stm32_it: Include correct EXTI interrupt handlers for L0 MCUs.
This commit is contained in:
parent
1fe1ff935b
commit
400a128e11
@ -531,7 +531,7 @@ void RTC_WKUP_IRQHandler(void) {
|
|||||||
IRQ_EXIT(RTC_WKUP_IRQn);
|
IRQ_EXIT(RTC_WKUP_IRQn);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(STM32F0)
|
#if defined(STM32F0) || defined(STM32L0)
|
||||||
|
|
||||||
void RTC_IRQHandler(void) {
|
void RTC_IRQHandler(void) {
|
||||||
IRQ_ENTER(RTC_IRQn);
|
IRQ_ENTER(RTC_IRQn);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user