Skip to content

Commit 90fe691

Browse files
committed
Add include to mbed_rtc_time.h
1 parent 9ecfed7 commit 90fe691

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/utility/time/TimeService.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
#include <RTCZero.h>
2929
#endif
3030

31+
#ifdef ARDUINO_ARCH_MBED
32+
#include <mbed_rtc_time.h>
33+
#endif
34+
3135
/**************************************************************************************
3236
* CLASS DECLARATION
3337
**************************************************************************************/

0 commit comments

Comments
 (0)