diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-01 21:28:25 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-01 21:28:25 +0000 |
commit | fc4d3ab4003743718d0849d3c963d1fa55c4954f (patch) | |
tree | 72a8811e57bbfb7c0f83c2fab60154b77ae7ad22 /Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h | |
parent | 956f9e3709ff56acf37f2f446668b6d1411154f4 (diff) | |
download | lufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.tar.gz lufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.tar.bz2 lufa-fc4d3ab4003743718d0849d3c963d1fa55c4954f.zip |
Minor documentation improvements.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h')
-rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h index 8e515a5d4..ed7a7a738 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.h @@ -121,7 +121,7 @@ /** Local Bluetooth device information structure, for the defining of local device characteristics for the Bluetooth stack. */ typedef struct { - uint32_t Class; /**< Class of the local device, a mask of DEVICE_CLASS_* masks. */ + uint32_t Class; /**< Class of the local device, a mask of \c DEVICE_CLASS_* masks. */ char PINCode[16]; /**< Pin code required to send or receive in order to authenticate with a remote device. */ char Name[]; /**< Name of the local Bluetooth device, up to 248 characters. */ } Bluetooth_Device_t; |