Andrew Boyson / clock

Dependents:   oldheating gps motorhome heating

Revision:
57:4daf2e423b27
Parent:
54:a3c018ceca77
Child:
60:7e3185a6ffa6
--- a/clk/clkgov.h	Thu Feb 21 15:45:43 2019 +0000
+++ b/clk/clkgov.h	Thu Feb 21 21:08:03 2019 +0000
@@ -1,7 +1,8 @@
-#include <time.h>
 #include <stdint.h>
 #include <stdbool.h>
 
+#include "time64.h"
+
 extern bool ClkGovTrace;
 
 extern int32_t ClkGovGetSlew(void); extern void    ClkGovSetSlew(int32_t value);
@@ -25,7 +26,7 @@
 extern int  ClkGovIsSynced(void);
 
 extern void ClkGovSyncPpsI(void);
-extern void ClkGovSyncPpsN(time_t t);
+extern void ClkGovSyncPpsN(time64 t);
 extern void ClkGovSyncPpsZ(void);
 
 extern void ClkGovSyncTime(int64_t time);
\ No newline at end of file