X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/0d5baf9bb3e88ebcbc53cc9a71566582d585f7dd..32f0f605efa293430a47d60bb857695ff6937d21:/Demos/Host/GenericHIDHost/GenericHIDHost.c?ds=inline diff --git a/Demos/Host/GenericHIDHost/GenericHIDHost.c b/Demos/Host/GenericHIDHost/GenericHIDHost.c index 5ac4257a6..580612c97 100644 --- a/Demos/Host/GenericHIDHost/GenericHIDHost.c +++ b/Demos/Host/GenericHIDHost/GenericHIDHost.c @@ -331,12 +331,6 @@ TASK(USB_HID_Host) break; } - #if defined(INTERRUPT_DATA_PIPE) - /* Select and unfreeze HID data IN pipe */ - Pipe_SelectPipe(HID_DATA_IN_PIPE); - Pipe_Unfreeze(); - #endif - puts_P(PSTR("HID Device Enumerated.\r\n")); USB_HostState = HOST_STATE_Ready;