Clean up of the altered XPLAINBridge project.

This commit is contained in:
Dean Camera 2010-01-19 05:38:21 +00:00
parent 60fd0ff418
commit 1d2bc47eba
6 changed files with 30 additions and 10 deletions

View file

@ -156,6 +156,9 @@ USB_Descriptor_String_t PROGMEM ProductString =
.UnicodeString = L"LUFA AVRISP MkII Clone"
};
/** Serial number string. This is a Unicode string containing the device's unique serial number, expressed as a
* series of uppercase hexadecimal digits.
*/
USB_Descriptor_String_t PROGMEM SerialString =
{
.Header = {.Size = USB_STRING_LEN(13), .Type = DTYPE_String},