projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Renamed all library events to properly seperate out Device and Host mode events....
[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
54291bf
..
3b8bcde
100644
(file)
--- a/
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
+++ b/
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.c
@@
-398,7
+398,7
@@
void Bluetooth_ProcessHCICommands(void)
{
\r
while (!(Bluetooth_GetNextHCIEventHeader()))
\r
{
\r
- if (USB_
DeviceState == DEVICE
_STATE_Unattached)
\r
+ if (USB_
HostState == HOST
_STATE_Unattached)
\r
return;
\r
}
\r
\r