projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile time...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
UC3
/
USBInterrupt_UC3.c
diff --git
a/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c
b/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c
index
fec007c
..
3487087
100644
(file)
--- a/
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c
+++ b/
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c
@@
-206,7
+206,7
@@
ISR(USB_GEN_vect)
}
#if defined(INTERRUPT_CONTROL_ENDPOINT) && defined(USB_CAN_BE_DEVICE)
-ISR(USB_COM_vect
, ISR_BLOCK
)
+ISR(USB_COM_vect)
{
uint8_t PrevSelectedEndpoint = Endpoint_GetCurrentEndpoint();