Clean up of the altered XPLAINBridge project.
This commit is contained in:
parent
60fd0ff418
commit
1d2bc47eba
6 changed files with 30 additions and 10 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue