summaryrefslogtreecommitdiffstats
path: root/app/time_fn.h
diff options
context:
space:
mode:
authorroot <root@lab.panaceas.james.local>2018-04-17 10:35:31 +0100
committerroot <root@lab.panaceas.james.local>2018-04-17 10:35:31 +0100
commit6cab91b0ab0b538cd63d94c1afd38e3fd287efec (patch)
tree053ffa705f3c3416b3c708092bcf0e7ad5fa200f /app/time_fn.h
parent25e6afd831b94b9735cc6691ee19c8edc921aca7 (diff)
downloadclock-6cab91b0ab0b538cd63d94c1afd38e3fd287efec.tar.gz
clock-6cab91b0ab0b538cd63d94c1afd38e3fd287efec.tar.bz2
clock-6cab91b0ab0b538cd63d94c1afd38e3fd287efec.zip
happy dcf77 better pll, and stamps for long term stability
Diffstat (limited to 'app/time_fn.h')
-rw-r--r--app/time_fn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/time_fn.h b/app/time_fn.h
index 7cf75d3..a1a4602 100644
--- a/app/time_fn.h
+++ b/app/time_fn.h
@@ -12,8 +12,8 @@ typedef struct {
} UTC;
typedef struct {
- uint64_t s;
- uint64_t ns;
+ int64_t s;
+ int64_t ns;
} EPOCH;