projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix endianness issues in the Service Discovery Protocol service of the incomplete...
[pub/USBasp.git]
/
Demos
/
Host
/
Incomplete
/
BluetoothHost
/
Lib
/
BluetoothHCICommands.c
diff --git
a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
index
f678ecb
..
df97220
100644
(file)
--- a/
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
+++ b/
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
@@
-156,8
+156,6
@@
void Bluetooth_HCITask(void)
Bluetooth_Connection.IsConnected = false;
Bluetooth_DisconnectionComplete();
-
- Bluetooth_State.CurrentHCIState = Bluetooth_Init;
break;
}
}