{\r
.Header = {.Size = sizeof(USB_Descriptor_Device_t), .Type = DTYPE_Device},\r
\r
- .USBSpecification = VERSION_BCD(01.10),\r
+ .USBSpecification = VERSION_BCD(02.00),\r
.Class = 0x00,\r
.SubClass = 0x00,\r
.Protocol = 0x00,\r
.ProductStrIndex = 0x02,\r
.SerialNumStrIndex = NO_DESCRIPTOR,\r
\r
- .NumberOfConfigurations = 1\r
+ .NumberOfConfigurations = FIXED_NUM_CONFIGURATIONS\r
};\r
\r
/** Configuration descriptor structure. This descriptor, located in FLASH memory, describes the usage\r