diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-06-03 15:32:45 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-06-03 15:32:45 +0000 |
| commit | 477affebdeb4fdc306ecb9b4ac123732193693dc (patch) | |
| tree | 1dc0ae98a98bb0a0efa0a7d122b3e1ee63e9e7b2 /Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h | |
| parent | 698a70db449374c6057ee216b6c7c75f7f29e45c (diff) | |
Minor documentation cleanups.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1312 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h')
| -rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h b/Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h index 5dee7d99..fdde1e43 100644 --- a/Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h +++ b/Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.h @@ -42,13 +42,13 @@ #include "BluetoothHost.h" /* Macros: */ - /** Device Class value for the Bluetooth Device class */ + /** Device Class value for the Bluetooth Device class. */ #define BLUETOOTH_DEVICE_CLASS 0xE0 - /** Device Subclass value for the Bluetooth Device class */ + /** Device Subclass value for the Bluetooth Device class. */ #define BLUETOOTH_DEVICE_SUBCLASS 0x01 - /** Device Protocol value for the Bluetooth Device class */ + /** Device Protocol value for the Bluetooth Device class. */ #define BLUETOOTH_DEVICE_PROTOCOL 0x01 /* Enums: */ |
