projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interrupts...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
USBInterrupt.h
diff --git
a/LUFA/Drivers/USB/LowLevel/USBInterrupt.h
b/LUFA/Drivers/USB/LowLevel/USBInterrupt.h
index
cccf26a
..
e46e759
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/USBInterrupt.h
+++ b/
LUFA/Drivers/USB/LowLevel/USBInterrupt.h
@@
-43,6
+43,7
@@
\r
/* Includes: */
\r
#include <avr/io.h>
\r
+ #include <avr/interrupt.h>
\r
#include <stdbool.h>
\r
\r
#include "../../../Common/Common.h"
\r