diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-11 08:11:25 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-11 08:11:25 +0000 |
commit | 2b0d93c1297f5d7dd6af1bb0b8d599313a61bdd5 (patch) | |
tree | 500ca67c70e22634308ef1500049a4f443589e58 /Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c | |
parent | f6e84eabce461aa3e80638f6ce3e6eaba492216e (diff) | |
download | lufa-2b0d93c1297f5d7dd6af1bb0b8d599313a61bdd5.tar.gz lufa-2b0d93c1297f5d7dd6af1bb0b8d599313a61bdd5.tar.bz2 lufa-2b0d93c1297f5d7dd6af1bb0b8d599313a61bdd5.zip |
Correct misspellings in the Bluetooth demo code.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c')
-rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c index b523b46e3..543e1b879 100644 --- a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c +++ b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c @@ -132,7 +132,7 @@ void Bluetooth_ChannelOpened(Bluetooth_Channel_t* const ACLChannel) }
/** Bluetooth stack callback event for a non-signal ACL packet reception. This callback fires once a connection
- * to a remote Bluetooth device has been made, and the remote device has sent a non-signalling ACL packet.
+ * to a remote Bluetooth device has been made, and the remote device has sent a non-signaling ACL packet.
*
* \param[in] Data Pointer to a buffer where the received data is stored
* \param[in] DataLen Length of the packet data, in bytes
|