diff options
| author | hathach <[email protected]> | 2013-11-11 12:48:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-11 12:48:21 +0700 |
| commit | f00a4b448d85c4cf36edb8dc7245d7c3fa1c07ec (patch) | |
| tree | 8a0187580fbc26779f32515d54cb5e2a4190f4b8 /tinyusb/common | |
| parent | 9cb99d371693a4294d8d9fb190ca23c1043da755 (diff) | |
adding support for lpc13uxx
Diffstat (limited to 'tinyusb/common')
| -rw-r--r-- | tinyusb/common/std_descriptors.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tinyusb/common/std_descriptors.h b/tinyusb/common/std_descriptors.h index 1f433e90d..8a44d9773 100644 --- a/tinyusb/common/std_descriptors.h +++ b/tinyusb/common/std_descriptors.h @@ -179,12 +179,12 @@ typedef ATTR_PACKED_STRUCT(struct) uint8_t bDescriptorType ; ///< Descriptor Type } tusb_descriptor_header_t; -//typedef ATTR_PACKED_STRUCT(struct) -//{ -// uint8_t bLength ; ///< Size of this descriptor in bytes -// uint8_t bDescriptorType ; ///< Descriptor Type -// uint16_t unicode_string[]; -//} tusb_descriptor_string_t; +typedef ATTR_PACKED_STRUCT(struct) +{ + uint8_t bLength ; ///< Size of this descriptor in bytes + uint8_t bDescriptorType ; ///< Descriptor Type + uint16_t unicode_string[]; +} tusb_descriptor_string_t; #ifdef __cplusplus } |
