summaryrefslogtreecommitdiff
path: root/software/first/first.c
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2019-08-01 18:41:21 +0200
committerSilvan Jegen <s.jegen@gmail.com>2019-08-01 19:11:27 +0200
commitaa72093ffe1abafd605b5ec3b2d50c20b11c14a9 (patch)
tree39eb51dc8ec29d5f75c9c86fb7e171ad24504675 /software/first/first.c
parent3f8b15773b76750d0e877fac502277e2d5dcf791 (diff)
Start implementing irq setup and handling
Diffstat (limited to 'software/first/first.c')
-rw-r--r--software/first/first.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/software/first/first.c b/software/first/first.c
index ede96db..7505d6c 100644
--- a/software/first/first.c
+++ b/software/first/first.c
@@ -14,6 +14,7 @@ int main() {
};
setup_GPIO();
+ setup_timer_irq();
while (!error) {
set_LED(colours[ledNum], ON);