summaryrefslogtreecommitdiff
path: root/software/first/first.c
diff options
context:
space:
mode:
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);