aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/MissileLauncher/ConfigDescriptor.c
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/MissileLauncher/ConfigDescriptor.c')
-rw-r--r--Projects/MissileLauncher/ConfigDescriptor.c2
1 files changed, 0 insertions, 2 deletions
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