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 9ecfed7 commit 90fe691Copy full SHA for 90fe691
src/utility/time/TimeService.h
@@ -28,6 +28,10 @@
28
#include <RTCZero.h>
29
#endif
30
31
+#ifdef ARDUINO_ARCH_MBED
32
+ #include <mbed_rtc_time.h>
33
+#endif
34
+
35
/**************************************************************************************
36
* CLASS DECLARATION
37
**************************************************************************************/
0 commit comments