projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
USB_Init() no longer calls sei() to enable global interrupts - this must now be done...
[pub/USBasp.git]
/
Projects
/
Incomplete
/
MIDIToneGenerator
/
MIDIToneGenerator.h
diff --git
a/Projects/Incomplete/MIDIToneGenerator/MIDIToneGenerator.h
b/Projects/Incomplete/MIDIToneGenerator/MIDIToneGenerator.h
index
f7f39d5
..
d2405f8
100644
(file)
--- a/
Projects/Incomplete/MIDIToneGenerator/MIDIToneGenerator.h
+++ b/
Projects/Incomplete/MIDIToneGenerator/MIDIToneGenerator.h
@@
-41,6
+41,7
@@
#include <avr/wdt.h>
\r
#include <avr/power.h>
\r
#include <avr/pgmspace.h>
\r
+ #include <avr/interrupt.h>
\r
#include <stdbool.h>
\r
\r
#include "Descriptors.h"
\r