Remove remainder of data pipe interrupt management code from the host demos.
[pub/USBasp.git] / Demos / Host / GenericHIDHost / ConfigDescriptor.c
index 7dc7d3e..ef99359 100644 (file)
@@ -102,13 +102,6 @@ uint8_t ProcessConfigurationDescriptor(void)
                                                           EndpointData->EndpointAddress, EndpointData->EndpointSize, PIPE_BANK_SINGLE);\r
 \r
                        Pipe_SetInfiniteINRequests();\r
-\r
-                       #if defined(INTERRUPT_DATA_PIPE)\r
-                       Pipe_SetInterruptPeriod(EndpointData->PollingIntervalMS);\r
-\r
-                       /* Enable the pipe IN interrupt for the data pipe */\r
-                       USB_INT_Enable(PIPE_INT_IN);    \r
-                       #endif\r
                        \r
                        FoundEndpoints |= (1 << HID_DATA_IN_PIPE);\r
                }\r