From 379b0ec3e5eacdde822966c84062bea41da7ae89 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 19 Feb 2019 19:47:19 +0000 Subject: Working --- app/msf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/msf.c') diff --git a/app/msf.c b/app/msf.c index 72ad024..69790ff 100644 --- a/app/msf.c +++ b/app/msf.c @@ -90,7 +90,7 @@ static void process_bits (uint64_t abs) msf_time = time_utc_to_epoch (u); msf_time.s -= 59; -// pll_set_offset (msf_time, abs); + // pll_set_offset (msf_time, abs); stats_stamp (u, abs); dump_bits ("msfa", bitsa); @@ -183,7 +183,7 @@ void msf_dispatch (void) if (time_known) report_time (abs); -// stats(); + // stats(); } -- cgit v1.2.3