stm32/extint.h: Use correct EXTI lines for RTC interrupts.
This commit is contained in:
parent
d8e0320485
commit
c12348700f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue