summaryrefslogtreecommitdiff
path: root/tinyusb/class/hid.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2015-05-01 18:37:58 +0700
committerhathach <[email protected]>2015-05-01 18:37:58 +0700
commitc73907f83107caa5c495c5121cdb4e660f5a0ea0 (patch)
tree40699301e7bd2a99a509e3ba736bcee1afd88339 /tinyusb/class/hid.h
parent9218d1e8bb9fd6cb37358c9e08f6ff9849c6110c (diff)
formatting
Diffstat (limited to 'tinyusb/class/hid.h')
-rw-r--r--tinyusb/class/hid.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tinyusb/class/hid.h b/tinyusb/class/hid.h
index 2a94bc9d2..ed289421a 100644
--- a/tinyusb/class/hid.h
+++ b/tinyusb/class/hid.h
@@ -93,7 +93,8 @@ typedef enum {
}hid_request_type_t;
/// USB HID Descriptor
-typedef struct ATTR_PACKED {
+typedef struct ATTR_PACKED
+{
uint8_t bLength; /**< Numeric expression that is the total size of the HID descriptor */
uint8_t bDescriptorType; /**< Constant name specifying type of HID descriptor. */