ex ELLA / nrf51_rtc

Fork of nrf51_rtc by Francis Schumacher

Revision:
2:e1479e6ffc37
Parent:
1:5917157d58c6
Child:
3:9be93d7808ca
--- a/nrf51_rtc.h	Mon Mar 02 08:54:40 2015 +0000
+++ b/nrf51_rtc.h	Wed Mar 18 09:35:02 2015 +0000
@@ -1,7 +1,7 @@
 #ifndef NRF51_RTC_H
 #define NRF51_RTC_H
 
-#include <mbed.h>
+#include <time.h>
 
 class nrf51_rtc {
     // class to create equivalent of time() and set_time()
@@ -22,4 +22,4 @@
 
 extern nrf51_rtc rtc;
 
-#endif
\ No newline at end of file
+#endif //!NRF51_RTC_H