Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_EP_CONFI...
[pub/lufa.git] / LUFA / Drivers / USB / LowLevel / USBController.c
index fc57256..f778d66 100644 (file)
@@ -152,6 +152,7 @@ void USB_ResetInterface(void)
        {
                #if defined(USB_CAN_BE_HOST)
                UHWCON &= ~(1 << UIMOD);
+
                USB_Init_Host();
                #endif
        }