Extract interface numbers into enums.
[pub/lufa.git] / Bootloaders / HID / Descriptors.c
index ac27b76..6754d81 100644 (file)
@@ -110,7 +110,7 @@ const USB_Descriptor_Configuration_t ConfigurationDescriptor =
                {
                        .Header                 = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface},
 
-                       .InterfaceNumber        = 0x00,
+                       .InterfaceNumber        = INTERFACE_ID_Printer,
                        .AlternateSetting       = 0x00,
 
                        .TotalEndpoints         = 1,