Fix build error in TestApp demo caused by previous commit.

This commit is contained in:
Dean Camera 2009-08-02 23:17:47 +00:00
parent 6f4cc344ab
commit ab2ae13d81
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
.ProductStrIndex = 0x02,
.SerialNumStrIndex = NO_DESCRIPTOR,
.NumberOfConfigurations = FIXED_NUM_CONFIGURATIONS
.NumberOfConfigurations = 1
};
/** Configuration descriptor structure. This descriptor, located in FLASH memory, describes the usage