projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_MULTI...
[pub/USBasp.git]
/
Projects
/
AVRISP-MKII
/
Descriptors.c
diff --git
a/Projects/AVRISP-MKII/Descriptors.c
b/Projects/AVRISP-MKII/Descriptors.c
index
f89cfae
..
6b4264f
100644
(file)
--- a/
Projects/AVRISP-MKII/Descriptors.c
+++ b/
Projects/AVRISP-MKII/Descriptors.c
@@
-151,9
+151,9
@@
USB_Descriptor_String_t PROGMEM ManufacturerString =
*/
\r
USB_Descriptor_String_t PROGMEM ProductString =
\r
{
\r
*/
\r
USB_Descriptor_String_t PROGMEM ProductString =
\r
{
\r
- .Header = {.Size = USB_STRING_LEN(
33
), .Type = DTYPE_String},
\r
+ .Header = {.Size = USB_STRING_LEN(
22
), .Type = DTYPE_String},
\r
\r
\r
- .UnicodeString = L"LUFA AVRISP MkII Clone
Programmer
"
\r
+ .UnicodeString = L"LUFA AVRISP MkII Clone"
\r
};
\r
\r
USB_Descriptor_String_t PROGMEM SerialString =
\r
};
\r
\r
USB_Descriptor_String_t PROGMEM SerialString =
\r