diff options
Diffstat (limited to 'app/msf.c')
-rw-r--r-- | app/msf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |