Andrew Boyson / clock

Dependents:   oldheating gps motorhome heating

Revision:
17:927fc1eceb9d
Parent:
0:33686e88f09a
Child:
18:207dd1474cd9
--- a/rtc.h	Sat Dec 16 14:51:41 2017 +0000
+++ b/rtc.h	Thu Jan 11 17:39:36 2018 +0000
@@ -1,6 +1,8 @@
-extern bool RtcIsSet();
+#include <time.h>
+
+extern int RtcIsSet(void);
 
 extern void RtcGetTm(struct tm* ptm);
 extern void RtcSetTm(struct tm* ptm);
 
-extern void RtcInit();
\ No newline at end of file
+extern void RtcInit(void);
\ No newline at end of file