projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove remainder of data pipe interrupt management code from the host demos.
[pub/lufa.git]
/
Demos
/
Host
/
KeyboardHost
/
ConfigDescriptor.c
diff --git
a/Demos/Host/KeyboardHost/ConfigDescriptor.c
b/Demos/Host/KeyboardHost/ConfigDescriptor.c
index
0b475bf
..
303f06d
100644
(file)
--- 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);
\r
\r
Pipe_SetInfiniteINRequests();
\r
EndpointData->EndpointAddress, EndpointData->EndpointSize, PIPE_BANK_SINGLE);
\r
\r
Pipe_SetInfiniteINRequests();
\r
-
\r
- #if defined(INTERRUPT_DATA_PIPE)
\r
- Pipe_SetInterruptPeriod(EndpointData->PollingIntervalMS);
\r
-
\r
- /* Enable the pipe IN interrupt for the data pipe */
\r
- USB_INT_Enable(PIPE_INT_IN);
\r
- #endif
\r
\r
/* Valid data found, return success */
\r
return SuccessfulConfigRead;
\r
\r
/* Valid data found, return success */
\r
return SuccessfulConfigRead;
\r