Reverted modifications to USBInterrupt.h that were intefering with correct host mode...
[pub/lufa.git] / LUFA / Drivers / USB / LowLevel / USBController.c
index 51e5604..a542353 100644 (file)
@@ -203,6 +203,7 @@ static void USB_Init_Device(void)
                                                           ENDPOINT_DIR_OUT, USB_ControlEndpointSize,
                                                           ENDPOINT_BANK_SINGLE);               
 
+       USB_INT_Clear(USB_INT_SUSPI);
        USB_INT_Enable(USB_INT_SUSPI);
        USB_INT_Enable(USB_INT_EORSTI);