Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to communicate with the device.
This commit is contained in:
parent
ecd82778cf
commit
bbcdaaa6dc
6 changed files with 222 additions and 65 deletions
|
@ -160,7 +160,7 @@ USB_Descriptor_String_t PROGMEM SerialString =
|
|||
{
|
||||
.Header = {.Size = USB_STRING_LEN(12), .Type = DTYPE_String},
|
||||
|
||||
.UnicodeString = L"00A000001B5B"
|
||||
.UnicodeString = L"0000A0011794"
|
||||
};
|
||||
|
||||
/** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue