projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinite IN...
[pub/lufa.git]
/
Demos
/
Host
/
Incomplete
/
BluetoothHost
/
BluetoothHCICommands.c
diff --git
a/Demos/Host/Incomplete/BluetoothHost/BluetoothHCICommands.c
b/Demos/Host/Incomplete/BluetoothHost/BluetoothHCICommands.c
index
d865ede
..
ddd159e
100644
(file)
--- a/
Demos/Host/Incomplete/BluetoothHost/BluetoothHCICommands.c
+++ b/
Demos/Host/Incomplete/BluetoothHost/BluetoothHCICommands.c
@@
-96,7
+96,6
@@
void Bluetooth_ProcessHCICommands(void)
{
\r
case Bluetooth_Init:
\r
Pipe_SelectPipe(BLUETOOTH_EVENTS_PIPE);
\r
- Pipe_SetInfiniteINRequests();
\r
\r
memset(&Bluetooth_Connection, 0x00, sizeof(Bluetooth_Connection));
\r
\r