Fix build error in TestApp demo caused by previous commit.
[pub/USBasp.git] / Demos / OTG / TestApp / Descriptors.c
index 85172bd..f8f53cf 100644 (file)
@@ -61,7 +61,7 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
        .ProductStrIndex        = 0x02,\r
        .SerialNumStrIndex      = NO_DESCRIPTOR,\r
                \r
-       .NumberOfConfigurations = FIXED_NUM_CONFIGURATIONS\r
+       .NumberOfConfigurations = 1\r
 };\r
 \r
 /** Configuration descriptor structure. This descriptor, located in FLASH memory, describes the usage\r