Andrew Boyson / clock

Dependents:   oldheating gps motorhome heating

Revision:
17:927fc1eceb9d
Parent:
10:19ed22b94c99
Child:
18:207dd1474cd9
--- a/sync.h	Sat Dec 16 14:51:41 2017 +0000
+++ b/sync.h	Thu Jan 11 17:39:36 2018 +0000
@@ -1,9 +1,11 @@
-extern bool SyncTrace;
+#include <time.h>
+
+extern int  SyncTrace;
 
-extern bool SyncedTime;
-extern bool SyncedRate;
+extern int  SyncedTime;
+extern int  SyncedRate;
 
-extern void SyncPpsI();
+extern void SyncPpsI(void);
 extern void SyncPpsN(time_t t);
 
 extern void SyncNs(int64_t ns);
\ No newline at end of file