change editor tab to 2 spaces.

This commit is contained in:
hathach 2012-12-03 19:02:36 +07:00
parent 6ea85a569a
commit 921561be60
4 changed files with 108 additions and 102 deletions

View File

@ -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
} }