We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2898b commit 1994403Copy full SHA for 1994403
src/rtc.h
@@ -131,7 +131,7 @@ typedef void(*voidCallbackPtr)(void *);
131
#elif defined(STM32G0xx)
132
// global RTC/TAMP interrupt
133
#define ONESECOND_IRQn RTC_TAMP_IRQn
134
-#elif defined(STM32WL54xx)|| defined(STM32WL55xx)
+#elif (defined(STM32WL54xx) || defined(STM32WL55xx)) && defined(CORE_CM0PLUS)
135
// global RTC/LSS interrupt
136
#define ONESECOND_IRQn RTC_LSECSS_IRQn
137
#elif defined(RTC_CR_WUTE)
0 commit comments