mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-07 05:54:11 +08:00
change editor tab to 2 spaces.
This commit is contained in:
parent
6ea85a569a
commit
921561be60
@ -150,6 +150,12 @@ typedef ATTR_PREPACKED struct ATTR_PACKED
|
||||
uint8_t iFunction ; ///< Index of the string descriptor describing the interface association.
|
||||
} USB_Descriptor_InterfaceAssociation_t;
|
||||
|
||||
/// USB Header Descriptor
|
||||
typedef ATTR_PREPACKED struct ATTR_PACKED
|
||||
{
|
||||
uint8_t bLength ; ///< Size of this descriptor in bytes
|
||||
uint8_t bDescriptorType ; ///< Descriptor Type
|
||||
} USB_Descriptor_Header_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user