Andrew Boyson / clock

Dependents:   oldheating gps motorhome heating

Files at this revision

API Documentation at this revision

Comitter:
andrewboyson
Date:
Thu Feb 21 15:45:43 2019 +0000
Parent:
55:e18983651004
Child:
57:4daf2e423b27
Commit message:
Tidied formatting

Changed in this revision

clk/clk.h Show annotated file Show diff for this revision Revisions of this file
--- a/clk/clk.h	Thu Feb 21 15:42:49 2019 +0000
+++ b/clk/clk.h	Thu Feb 21 15:45:43 2019 +0000
@@ -2,8 +2,8 @@
 #include <stdint.h>
 #include <time.h>
 
-extern int64_t ClkRefTai   (void);
-extern int64_t ClkNowTai   (void);
+extern int64_t ClkRefTai    (void);
+extern int64_t ClkNowTai    (void);
 extern void    ClkNowTmLocal(struct tm* ptm);
 extern void    ClkNowTmUtc  (struct tm* ptm);