projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT is speci...
[pub/lufa.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
UC3
/
USBInterrupt_UC3.h
diff --git
a/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h
b/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h
index
c4dfab3
..
871a0ca
100644
(file)
--- a/
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h
+++ b/
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h
@@
-357,6
+357,8
@@
* using the user application's preferred USB controller driver.
*/
void USB_GEN_vect(void);
+ #else
+ ISR(USB_GEN_vect);
#endif
/* Disable C linkage for C++ Compilers: */