Extract interface numbers into enums.
[pub/lufa.git] / Projects / MediaController / Descriptors.c
index 636bbb6..353e5fe 100644 (file)
@@ -122,7 +122,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
                {
                        .Header                 = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface},
 
-                       .InterfaceNumber        = 0x00,
+                       .InterfaceNumber        = INTERFACE_ID_HID,
                        .AlternateSetting       = 0x00,
 
                        .TotalEndpoints         = 1,