diff options
author | root <root@ka-ata-killa.ourano.james.local> | 2021-03-02 12:54:03 +0000 |
---|---|---|
committer | root <root@ka-ata-killa.ourano.james.local> | 2021-03-02 12:54:03 +0000 |
commit | 8c7ee88332652e7e79f6c1e4baacabe2183f7e8e (patch) | |
tree | a26ca60a089015822fa81ef44567927c1d8e334d /app/ticker.c | |
parent | 3d48137c00511b3f2d35511482d1a76f8d06382d (diff) | |
download | clock-8c7ee88332652e7e79f6c1e4baacabe2183f7e8e.tar.gz clock-8c7ee88332652e7e79f6c1e4baacabe2183f7e8e.tar.bz2 clock-8c7ee88332652e7e79f6c1e4baacabe2183f7e8e.zip |
working, with hybrid FLL/PLL, new refclk input and support for max7219 displays, neo 5 and neo 7 and a bazillion other fixes
Diffstat (limited to 'app/ticker.c')
-rw-r--r-- | app/ticker.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/ticker.c b/app/ticker.c index bf7cf51..791839e 100644 --- a/app/ticker.c +++ b/app/ticker.c @@ -34,7 +34,9 @@ sys_tick_handler (void) slow = 0; - abs_slow_tick(); + ptp_slow_tick(); + + ref_slow_tick(); steth_slow_tick(); led_slow_tick(); } |