projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix build error in TestApp demo caused by previous commit.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
HighLevel
/
USBInterrupt.c
diff --git
a/LUFA/Drivers/USB/HighLevel/USBInterrupt.c
b/LUFA/Drivers/USB/HighLevel/USBInterrupt.c
index
f0a59ed
..
51a761a
100644
(file)
--- a/
LUFA/Drivers/USB/HighLevel/USBInterrupt.c
+++ b/
LUFA/Drivers/USB/HighLevel/USBInterrupt.c
@@
-252,7
+252,7
@@
ISR(USB_GEN_vect, ISR_BLOCK)
}
\r
\r
#if defined(INTERRUPT_CONTROL_ENDPOINT)
\r
-ISR(USB_COM_vect, ISR_BLOCK)
\r
+ISR(USB_COM_vect, ISR_
NO
BLOCK)
\r
{
\r
uint8_t PrevSelectedEndpoint = Endpoint_GetCurrentEndpoint();
\r
\r