stm32/stm32_it: Include correct EXTI interrupt handlers for L0 MCUs.

pull/1/head
Damien George 2019-08-29 12:00:18 +10:00
parent 1fe1ff935b
commit 400a128e11
1 changed files with 1 additions and 1 deletions

View File

@ -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);