summaryrefslogtreecommitdiffstats
path: root/app/msf.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/msf.c')
-rw-r--r--app/msf.c4
1 files changed, 2 insertions, 2 deletions
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();
}