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 4159906 commit 32439c1Copy full SHA for 32439c1
src/STM32LoRaWAN.cpp
@@ -75,7 +75,6 @@ bool STM32LoRaWAN::begin(_lora_band band)
75
_rtc.begin(true, STM32RTC::HOUR_24);
76
/* Attach the callback function before enabling Interrupt */
77
_rtc.attachInterrupt(UTIL_TIMER_IRQ_MAP_PROCESS, STM32RTC::ALARM_B);
78
- _rtc.attachSecondsInterrupt(TIMER_IF_SSRUCallback);
79
/* The subsecond alarm B is set during the StartTimerEvent */
80
81
UTIL_TIMER_Init(_rtc.getHandle());
0 commit comments