projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer code...
[pub/lufa.git]
/
Demos
/
Host
/
Incomplete
/
BluetoothHost
/
BluetoothHost.c
diff --git
a/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
b/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
index
c996af6
..
e492815
100644
(file)
--- a/
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
+++ b/
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
@@
-179,6
+179,9
@@
void Bluetooth_Management_Task(void)
}
\r
\r
puts_P(PSTR("Bluetooth Dongle Enumerated.\r\n"));
\r
}
\r
\r
puts_P(PSTR("Bluetooth Dongle Enumerated.\r\n"));
\r
+
\r
+ /* Initialize the Bluetooth stack */
\r
+ Bluetooth_State_Init();
\r
\r
USB_HostState = HOST_STATE_Configured;
\r
break;
\r
\r
USB_HostState = HOST_STATE_Configured;
\r
break;
\r