Fix build error in TestApp demo caused by previous commit.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 2 Aug 2009 23:17:47 +0000 (23:17 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 2 Aug 2009 23:17:47 +0000 (23:17 +0000)
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
        .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
 };\r
 \r
 /** Configuration descriptor structure. This descriptor, located in FLASH memory, describes the usage\r