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
index aee8940..76f4ef0 100644 (file)
@@ -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