summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
authorMegan Wachs <megan@sifive.com>2017-05-05 14:50:23 -0700
committerMegan Wachs <megan@sifive.com>2017-05-05 14:50:23 -0700
commit87cb6abb2c3b51e43650f74c52d0ae50378e613d (patch)
treee2152500183e07f263747fa9a1ecf5babe4ee78e /software
parent192b5e6b0346610d024c1f473e2ef18fafb2f7ce (diff)
local_interrupts: fix typo in the instructions
Diffstat (limited to 'software')
-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";