summaryrefslogtreecommitdiffstats
path: root/app/ticker.c
diff options
context:
space:
mode:
authorroot <root@lab.panaceas.james.local>2019-02-22 10:45:35 +0000
committerroot <root@lab.panaceas.james.local>2019-02-22 10:45:35 +0000
commit904bc0ebdb9c059b7b1d276829bad766f73dc3e9 (patch)
tree30c01ecf79b72c6953d593d2d3dccfbcd31f76cd /app/ticker.c
parente761edee5e8ef7106fc8080fc386447e7956be71 (diff)
downloadclock-904bc0ebdb9c059b7b1d276829bad766f73dc3e9.tar.gz
clock-904bc0ebdb9c059b7b1d276829bad766f73dc3e9.tar.bz2
clock-904bc0ebdb9c059b7b1d276829bad766f73dc3e9.zip
switch to stlink, blinky
Diffstat (limited to 'app/ticker.c')
-rw-r--r--app/ticker.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/ticker.c b/app/ticker.c
index f5bece6..0f2b3e3 100644
--- a/app/ticker.c
+++ b/app/ticker.c
@@ -24,6 +24,8 @@ sys_tick_handler (void)
ticks++;
+ led_tick();
+
slow++;
if (slow < 1000)
@@ -31,7 +33,6 @@ sys_tick_handler (void)
slow = 0;
- led_slow_tick();
abs_slow_tick();
steth_slow_tick();
}