projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix up some missing target dependencies and output messages in the LUFA build system...
[pub/USBasp.git]
/
Projects
/
USBtoSerial
/
Descriptors.c
diff --git
a/Projects/USBtoSerial/Descriptors.c
b/Projects/USBtoSerial/Descriptors.c
index
2b4bb4c
..
1ae11b4
100644
(file)
--- a/
Projects/USBtoSerial/Descriptors.c
+++ b/
Projects/USBtoSerial/Descriptors.c
@@
-203,7
+203,7
@@
const USB_Descriptor_String_t PROGMEM ManufacturerString =
*/
const USB_Descriptor_String_t PROGMEM ProductString =
{
*/
const USB_Descriptor_String_t PROGMEM ProductString =
{
- .Header = {.Size = USB_STRING_LEN(2
3
), .Type = DTYPE_String},
+ .Header = {.Size = USB_STRING_LEN(2
2
), .Type = DTYPE_String},
.UnicodeString = L"LUFA USB-RS232 Adapter"
};
.UnicodeString = L"LUFA USB-RS232 Adapter"
};