We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c05666 commit e2c157aCopy full SHA for e2c157a
src/rtc.h
@@ -96,7 +96,8 @@ typedef void(*voidCallbackPtr)(void *);
96
#define PREDIVS_MAX (RTC_PRER_PREDIV_S >> RTC_PRER_PREDIV_S_Pos)
97
#endif /* !STM32F1xx */
98
99
-#if defined(STM32F0xx) || defined(STM32L0xx) || defined(STM32L5xx)
+#if defined(STM32F0xx) || defined(STM32L0xx) || \
100
+ defined(STM32L5xx) || defined(STM32U5xx)
101
#define RTC_Alarm_IRQn RTC_IRQn
102
#define RTC_Alarm_IRQHandler RTC_IRQHandler
103
#endif
0 commit comments