aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/KeyboardHost
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-05-12 12:59:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-05-12 12:59:57 +0000
commitda007db18d255d907938e6759735d75287b4862a (patch)
tree452dab82e852eef51ed67bc4ed4a83a2cc14d5f6 /Demos/Host/KeyboardHost
parent958a1b4e2bffdc548b34edd322d30cec5d5feacd (diff)
downloadlufa-da007db18d255d907938e6759735d75287b4862a.tar.gz
lufa-da007db18d255d907938e6759735d75287b4862a.tar.bz2
lufa-da007db18d255d907938e6759735d75287b4862a.zip
Remove remainder of data pipe interrupt management code from the host demos.
Diffstat (limited to 'Demos/Host/KeyboardHost')
-rw-r--r--Demos/Host/KeyboardHost/ConfigDescriptor.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/Demos/Host/KeyboardHost/ConfigDescriptor.c b/Demos/Host/KeyboardHost/ConfigDescriptor.c
index 0b475bfaa..303f06dc1 100644
--- a/Demos/Host/KeyboardHost/ConfigDescriptor.c
+++ b/Demos/Host/KeyboardHost/ConfigDescriptor.c
@@ -91,13 +91,6 @@ uint8_t ProcessConfigurationDescriptor(void)
EndpointData->EndpointAddress, EndpointData->EndpointSize, PIPE_BANK_SINGLE);
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
/* Valid data found, return success */
return SuccessfulConfigRead;