summaryrefslogtreecommitdiffstats
path: root/app/stats.c
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2019-02-20 02:39:38 +0000
committerfishsoupisgood <github@madingley.org>2019-02-20 02:39:38 +0000
commitc93861c733ced9c6659241cea69c7feed56afcce (patch)
treeedcef2f980ae99f8ff8746c585eaf611c940e9ef /app/stats.c
parent971cc458aea21832a20b1b087185659d8e9ec2b3 (diff)
downloadclock-c93861c733ced9c6659241cea69c7feed56afcce.tar.gz
clock-c93861c733ced9c6659241cea69c7feed56afcce.tar.bz2
clock-c93861c733ced9c6659241cea69c7feed56afcce.zip
use OCXO, and auto fail-over between different clock sources
Diffstat (limited to 'app/stats.c')
-rw-r--r--app/stats.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/stats.c b/app/stats.c
index dfed017..1764b70 100644
--- a/app/stats.c
+++ b/app/stats.c
@@ -1,6 +1,7 @@
#include "project.h"
+#if 0
void stats (void)
{
int64_t d;
@@ -42,3 +43,4 @@ void stats_stamp (UTC m, uint64_t abs)
}
+#endif