summaryrefslogtreecommitdiffstats
path: root/app/ticker.c
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.ourano.james.local>2021-03-06 18:19:33 +0000
committerroot <root@ka-ata-killa.ourano.james.local>2021-03-06 18:23:04 +0000
commit03486e52a2dde8ade759f36fea8b403b6524451c (patch)
treedc54d6ff9797340d83e159b596fd80cc1f2826c6 /app/ticker.c
parentf519bbe55f6917d86af6bb4946dfef073175d8f3 (diff)
downloadclock-03486e52a2dde8ade759f36fea8b403b6524451c.tar.gz
clock-03486e52a2dde8ade759f36fea8b403b6524451c.tar.bz2
clock-03486e52a2dde8ade759f36fea8b403b6524451c.zip
pull a new libopencm3 in the hope it fixes tim's usb problems
Diffstat (limited to 'app/ticker.c')
-rw-r--r--app/ticker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/ticker.c b/app/ticker.c
index 791839e..4df9806 100644
--- a/app/ticker.c
+++ b/app/ticker.c
@@ -80,6 +80,6 @@ ticker_init (void)
} while (w);
SCS_DEMCR |= SCS_DEMCR_TRCENA;
- SCS_DWT_CTRL |= SCS_DWT_CTRL_CYCCNTENA;
+ DWT_CTRL |= DWT_CTRL_CYCCNTENA;
}