From 6cab91b0ab0b538cd63d94c1afd38e3fd287efec Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Apr 2018 10:35:31 +0100 Subject: happy dcf77 better pll, and stamps for long term stability --- app/time_fn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/time_fn.h') 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; -- cgit v1.2.3