diff options
| author | Megan Wachs <megan@sifive.com> | 2017-05-05 14:51:32 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-05 14:51:32 -0700 | 
| commit | 5746b5840284339e02de22ce6e14e1a2ad1606d7 (patch) | |
| tree | e2152500183e07f263747fa9a1ecf5babe4ee78e /software/local_interrupts | |
| parent | 192b5e6b0346610d024c1f473e2ef18fafb2f7ce (diff) | |
| parent | 87cb6abb2c3b51e43650f74c52d0ae50378e613d (diff) | |
Merge pull request #55 from sifive/local_interrupts_typo
local_interrupts: fix typo in the instructions
Diffstat (limited to 'software/local_interrupts')
| -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"; | 
