summaryrefslogtreecommitdiff
path: root/software/first/first.c
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2019-08-24 16:41:58 +0200
committerSilvan Jegen <s.jegen@gmail.com>2019-08-24 16:41:58 +0200
commit98659d919772cdee372ab4a4d63bd68fa469174e (patch)
tree21047a724767dc042489bb70def1b7291038ddc5 /software/first/first.c
parentc3afc9768d110c4dbaa2f0133a3a77167f1f2293 (diff)
first: introduce wait_for_irq
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();
}
}