summaryrefslogtreecommitdiffstats
path: root/app/msf.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/msf.c')
-rw-r--r--app/msf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/msf.c b/app/msf.c
index 4b3c350..82dea7d 100644
--- a/app/msf.c
+++ b/app/msf.c
@@ -104,7 +104,7 @@ static void process_bits (uint64_t abs)
msf_time = time_utc_to_epoch (u);
- msf_last_happy = abs - (int64_t) 120 * (int64_t) HZ;
+ msf_last_happy = make_happy (abs, 0);
pll_set_offset (msf_time, abs);