Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to communicate with the device.

This commit is contained in:
Dean Camera 2009-08-18 07:22:51 +00:00
parent ecd82778cf
commit bbcdaaa6dc
6 changed files with 222 additions and 65 deletions

View file

@ -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"