From 904bc0ebdb9c059b7b1d276829bad766f73dc3e9 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Feb 2019 10:45:35 +0000 Subject: switch to stlink, blinky --- app/msf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/msf.c') 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); -- cgit v1.2.3