Add new functions to the HID host class driver, refine HID interface protocol matching.
[pub/USBasp.git] / Bootloaders / TeensyHID / Descriptors.c
index 99db8ca..2a4eeb7 100644 (file)
@@ -81,7 +81,7 @@ USB_Descriptor_Device_t DeviceDescriptor =
        .ProductStrIndex        = 0x01,\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