diff options
author | Drew Barbier <drew@sifive.com> | 2017-05-05 16:55:48 -0500 |
---|---|---|
committer | Drew Barbier <drew@sifive.com> | 2017-05-05 16:55:48 -0500 |
commit | a75b1212b2d0e93d16401ca1ea31c5ac3c3db81d (patch) | |
tree | 858dd70aa8926fd4b050df899436d5fe8b393603 | |
parent | 70a143295b0c5bd8177c0553844c25d153ec4b13 (diff) | |
parent | 5746b5840284339e02de22ce6e14e1a2ad1606d7 (diff) |
Merge remote-tracking branch 'origin/master' into freedom-studio
-rw-r--r-- | software/local_interrupts/local_interrupts.c | 2 |
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"; |