aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-04-15 14:22:06 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-04-15 14:22:06 +0000
commit1f682ca2de8df89e3fef0077b33070cf2c85e798 (patch)
treeabebf57dfeeeab8473b80ab67f0ce4789cb90728 /Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c
parent3eb81df998349e90c3d973e6301f19382c5b2e84 (diff)
downloadlufa-1f682ca2de8df89e3fef0077b33070cf2c85e798.tar.gz
lufa-1f682ca2de8df89e3fef0077b33070cf2c85e798.tar.bz2
lufa-1f682ca2de8df89e3fef0077b33070cf2c85e798.zip
Minor documentation improvements.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c
index d990ba02e..3b0b61220 100644
--- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c
+++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c
@@ -67,9 +67,9 @@ void Bluetooth_Stack_USBTask(void)
/** Retrieves the channel information structure with the given local or remote channel number from the channel list.
*
- * \param ChannelNumber Channel number to search for in the channel list
- * \param SearchByRemoteChannel Indicated whether to search for a channel information structure by the given remote channel
- * or local channel number
+ * \param[in] ChannelNumber Channel number to search for in the channel list
+ * \param[in] SearchByRemoteChannel Indicated whether to search for a channel information structure by the given remote channel
+ * or local channel number
*
* \return Pointer to the matching channel information structure in the channel table if found, NULL otherwise
*/