summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--software/local_interrupts/local_interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/local_interrupts/local_interrupts.c b/software/local_interrupts/local_interrupts.c
index cb2aca3..cc9bfe7 100644
--- a/software/local_interrupts/local_interrupts.c
+++ b/software/local_interrupts/local_interrupts.c
@@ -78,7 +78,7 @@ const char * instructions_msg = " \
\n\
The Buttons 0-3 and Switch 3 are enabled as local\n\
interrupts sources. A .5 s 'debounce' timer is used \n\
-between these interrupts. Software interrupts are
+between these interrupts. Software interrupts are\n\
used to print a message while debouncing.\n\
Note the priority of the interrupts sources.\n\
\n";