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 502af34 commit 51f6abaCopy full SHA for 51f6aba
targets/TARGET_ONSEMI/TARGET_NCS36510/exceptions.c
@@ -117,11 +117,13 @@ void fIrqUart2Handler(void)
117
Uart2_Irq();
118
}
119
120
+#ifdef DEVICE_RTC
121
/** Call the RTC IRQ handler */
122
void fIrqRtcHandler(void)
123
{
124
fRtcHandler();
125
126
+#endif
127
128
/** Call the I2C IRQ handler */
129
void fIrqI2CHandler(void)
targets/TARGET_ONSEMI/TARGET_NCS36510/rtc.c
@@ -41,6 +41,9 @@
41
* if the alarm occurs upon a Counter increment condition.
42
*
43
*/
44
+
45
46
47
#include "rtc.h"
48
#include "mbed_assert.h"
49
#include "lp_ticker_api.h"
@@ -300,3 +303,5 @@ boolean fIsRtcEnabled(void)
300
303
return False;
301
304
302
305
306
307
0 commit comments