diff options
| author | hathach <[email protected]> | 2015-05-01 18:37:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2015-05-01 18:37:58 +0700 |
| commit | c73907f83107caa5c495c5121cdb4e660f5a0ea0 (patch) | |
| tree | 40699301e7bd2a99a509e3ba736bcee1afd88339 /tinyusb/class/hid.h | |
| parent | 9218d1e8bb9fd6cb37358c9e08f6ff9849c6110c (diff) | |
formatting
Diffstat (limited to 'tinyusb/class/hid.h')
| -rw-r--r-- | tinyusb/class/hid.h | 3 |
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. */
|
