From a3a04aa6719a891a1350179d5ac451c3e18c3bf2 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 23 Jun 2009 08:03:09 +0000 Subject: Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinite IN requests, this can still be changed by calling the existing \ref Pipe_SetFiniteINRequests() function. --- Projects/MissileLauncher/ConfigDescriptor.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Projects') diff --git a/Projects/MissileLauncher/ConfigDescriptor.c b/Projects/MissileLauncher/ConfigDescriptor.c index 2a6e15256..405daa4fe 100644 --- a/Projects/MissileLauncher/ConfigDescriptor.c +++ b/Projects/MissileLauncher/ConfigDescriptor.c @@ -103,8 +103,6 @@ uint8_t ProcessConfigurationDescriptor(void) Pipe_ConfigurePipe(HID_DATA_IN_PIPE, EP_TYPE_INTERRUPT, PIPE_TOKEN_IN, EndpointData->EndpointAddress, EndpointData->EndpointSize, PIPE_BANK_SINGLE); - Pipe_SetInfiniteINRequests(); - FoundEndpoints |= (1 << HID_DATA_IN_PIPE); } else -- cgit v1.2.3