@ -103,13 +103,6 @@ uint8_t ProcessConfigurationDescriptor(void)
Pipe_SetInfiniteINRequests();
#if defined(INTERRUPT_DATA_PIPE)
Pipe_SetInterruptPeriod(EndpointData->PollingIntervalMS);
/* Enable the pipe IN interrupt for the data pipe */
USB_INT_Enable(PIPE_INT_IN);
#endif
FoundEndpoints |= (1 << HID_DATA_IN_PIPE);
}
else
@ -92,13 +92,6 @@ uint8_t ProcessConfigurationDescriptor(void)
/* Valid data found, return success */
return SuccessfulConfigRead;