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 889e05b..e04d501 100644
--- a/software/first/first.c
+++ b/software/first/first.c
@@ -16,5 +16,6 @@ int main() {
// for the first interrupt. In the interrupt
// routine, we set the next delay so all we need
// to do here is to loop endlessly
+ wait_for_irq();
}
}