Skip to content
Snippets Groups Projects
Commit ab2ae13d authored by Dean Camera's avatar Dean Camera
Browse files

Fix build error in TestApp demo caused by previous commit.

parent 6f4cc344
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment