diff options
author | Christian Pointner <equinox@spreadspace.org> | 2013-02-16 21:44:18 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2013-02-16 21:44:18 +0000 |
commit | 649a3ee618dd81849d443cf2bf06262cb50db5be (patch) | |
tree | 961ce030b4e2326c313b7529b1b899f7cc6ef2b8 /lib | |
parent | added example for dual serial port (diff) |
usbdualserial descriptor cleanup
git-svn-id: https://svn.spreadspace.org/avr/trunk@191 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'lib')
-rw-r--r-- | lib/lufa-descriptor-usbdualserial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lufa-descriptor-usbdualserial.c b/lib/lufa-descriptor-usbdualserial.c index 5a5750a..0d506c7 100644 --- a/lib/lufa-descriptor-usbdualserial.c +++ b/lib/lufa-descriptor-usbdualserial.c @@ -334,7 +334,7 @@ const USB_Descriptor_String_t PROGMEM ProductString = {
.Header = {.Size = USB_STRING_LEN(13), .Type = DTYPE_String},
#ifndef USB_PRODUCT
- .UnicodeString = L"LUFA USB-RS232 Adapter"
+ .UnicodeString = L"LUFA Dual CDC Demo"
#else
.UnicodeString = USB_PRODUCT
#endif
|