diff options
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/BluetoothHCICommands.c')
-rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/BluetoothHCICommands.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/BluetoothHCICommands.c b/Demos/Host/Incomplete/BluetoothHost/BluetoothHCICommands.c index d865edefe..ddd159ef7 100644 --- a/Demos/Host/Incomplete/BluetoothHost/BluetoothHCICommands.c +++ b/Demos/Host/Incomplete/BluetoothHost/BluetoothHCICommands.c @@ -96,7 +96,6 @@ void Bluetooth_ProcessHCICommands(void) {
case Bluetooth_Init:
Pipe_SelectPipe(BLUETOOTH_EVENTS_PIPE);
- Pipe_SetInfiniteINRequests();
memset(&Bluetooth_Connection, 0x00, sizeof(Bluetooth_Connection));
|