stm32/extint.h: Use correct EXTI lines for RTC interrupts.

This commit is contained in:
Damien George 2018-08-01 17:13:49 +10:00
parent d8e0320485
commit c12348700f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#define EXTI_USB_OTG_FS_WAKEUP (18)
#define EXTI_ETH_WAKEUP (19)
#define EXTI_USB_OTG_HS_WAKEUP (20)
#if defined(STM32F0)
#if defined(STM32F0) || defined(STM32L4)
#define EXTI_RTC_TIMESTAMP (19)
#define EXTI_RTC_WAKEUP (20)
#else