change editor tab to 2 spaces.
This commit is contained in:
@@ -150,6 +150,12 @@ typedef ATTR_PREPACKED struct ATTR_PACKED
|
|||||||
uint8_t iFunction ; ///< Index of the string descriptor describing the interface association.
|
uint8_t iFunction ; ///< Index of the string descriptor describing the interface association.
|
||||||
} USB_Descriptor_InterfaceAssociation_t;
|
} 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
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user