aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common/HID.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-09-09 13:33:00 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-09-09 13:33:00 +0000
commit4c49ee6885556e13b6c219174a9cddfb29292ed0 (patch)
treecbc4ea6038d096310c45fffafe1dc83d82eb1fbc /LUFA/Drivers/USB/Class/Common/HID.h
parentc166dfc64ea10903a43a429709a92dc7ef9ee9dc (diff)
downloadlufa-4c49ee6885556e13b6c219174a9cddfb29292ed0.tar.gz
lufa-4c49ee6885556e13b6c219174a9cddfb29292ed0.tar.bz2
lufa-4c49ee6885556e13b6c219174a9cddfb29292ed0.zip
Whitespace corrections.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Common/HID.h')
-rw-r--r--LUFA/Drivers/USB/Class/Common/HID.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/Drivers/USB/Class/Common/HID.h b/LUFA/Drivers/USB/Class/Common/HID.h
index 4c7abc106..59e262a22 100644
--- a/LUFA/Drivers/USB/Class/Common/HID.h
+++ b/LUFA/Drivers/USB/Class/Common/HID.h
@@ -155,7 +155,7 @@
typedef struct
{
USB_Descriptor_Header_t Header; /**< Regular descriptor header containing the descriptor's type and length. */
-
+
uint16_t HIDSpec; /**< BCD encoded version that the HID descriptor and device complies to. */
uint8_t CountryCode; /**< Country code of the localized device, or zero if universal. */
@@ -177,9 +177,9 @@
{
uint8_t bLength; /**< Size of the descriptor, in bytes. */
uint8_t bDescriptorType; /**< Type of the descriptor, either a value in \ref USB_DescriptorTypes_t or a value
- * given by the specific class.
- */
-
+ * given by the specific class.
+ */
+
uint16_t bcdHID; /**< BCD encoded version that the HID descriptor and device complies to. */
uint8_t bCountryCode; /**< Country code of the localized device, or zero if universal. */