Minor documentation enhancements.
[pub/USBasp.git] / Demos / Device / LowLevel / MIDI / Descriptors.c
index af52cba..3c2efdb 100644 (file)
@@ -55,7 +55,7 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
                
        .VendorID               = 0x03EB,
        .ProductID              = 0x2048,
-       .ReleaseNumber          = 0x0000,
+       .ReleaseNumber          = VERSION_BCD(00.01),
                
        .ManufacturerStrIndex   = 0x01,
        .ProductStrIndex        = 0x02,
@@ -107,7 +107,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
                        .Header                   = {.Size = sizeof(USB_Audio_Interface_AC_t), .Type = DTYPE_CSInterface},
                        .Subtype                  = DSUBTYPE_AudioHeader,
                        
-                       .ACSpecification          = VERSION_BCD(01.00),
+                       .AudioSpecification       = VERSION_BCD(01.00),
                        .TotalLength              = sizeof(USB_Audio_Interface_AC_t),
                        
                        .InCollection             = 1,