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]
/
Demos
/
Device
/
LowLevel
/
MIDI
/
MIDI.c
diff --git
a/Demos/Device/LowLevel/MIDI/MIDI.c
b/Demos/Device/LowLevel/MIDI/MIDI.c
index
edfc56f
..
03536b2
100644
(file)
--- a/
Demos/Device/LowLevel/MIDI/MIDI.c
+++ b/
Demos/Device/LowLevel/MIDI/MIDI.c
@@
-44,7
+44,8
@@
int main(void)
SetupHardware();
\r
\r
LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);
\r
-
\r
+ sei();
\r
+
\r
for (;;)
\r
{
\r
MIDI_Task();
\r