From aa72093ffe1abafd605b5ec3b2d50c20b11c14a9 Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Thu, 1 Aug 2019 18:41:21 +0200 Subject: Start implementing irq setup and handling --- software/first/first.c | 1 + 1 file changed, 1 insertion(+) (limited to 'software/first/first.c') 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); -- cgit v1.2.1-18-gbd029