X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7f81803aaa312d589f79a77d1426150dcceb29f7..a3a04aa6719a891a1350179d5ac451c3e18c3bf2:/Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.c?ds=inline diff --git a/Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.c b/Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.c index 04247efab..1d28351ee 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.c +++ b/Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.c @@ -102,8 +102,6 @@ uint8_t ProcessConfigurationDescriptor(void) Pipe_ConfigurePipe(MOUSE_DATAPIPE, EP_TYPE_INTERRUPT, PIPE_TOKEN_IN, EndpointData->EndpointAddress, EndpointData->EndpointSize, PIPE_BANK_SINGLE); - Pipe_SetInfiniteINRequests(); - /* Valid data found, return success */ return SuccessfulConfigRead; }