projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating when the...
[pub/lufa.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
aee8940
..
76f4ef0
100644
(file)
--- a/
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c
+++ b/
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c
@@
-79,8
+79,6
@@
ISR(USB_GEN_vect)
\r
if (USB_INT_HasOccurred(USB_INT_SUSPI) && USB_INT_IsEnabled(USB_INT_SUSPI))
\r
{
\r
- USB_INT_Clear(USB_INT_SUSPI);
\r
-
\r
USB_INT_Disable(USB_INT_SUSPI);
\r
USB_INT_Enable(USB_INT_WAKEUPI);
\r
\r