diff options
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. */
|
