aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Descriptors.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-28 13:17:36 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-28 13:17:36 +0000
commit5f776f4785960c71f3ac0bd8784b33812a9abc90 (patch)
treedd2e5ecd6a8a22056fcc548293b61f0ae1ab6b56 /Projects/Webserver/Descriptors.c
parentd11ed10c5314c44dc01c06954d1d73d4894cbff8 (diff)
downloadlufa-5f776f4785960c71f3ac0bd8784b33812a9abc90.tar.gz
lufa-5f776f4785960c71f3ac0bd8784b33812a9abc90.tar.bz2
lufa-5f776f4785960c71f3ac0bd8784b33812a9abc90.zip
Fix up project documentation files' overview tables, so that multiple items occupy multiple lines in the same cell, rather than multiple cells.
Diffstat (limited to 'Projects/Webserver/Descriptors.c')
-rw-r--r--Projects/Webserver/Descriptors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/Webserver/Descriptors.c b/Projects/Webserver/Descriptors.c
index 40ce620a6..855bbd3f8 100644
--- a/Projects/Webserver/Descriptors.c
+++ b/Projects/Webserver/Descriptors.c
@@ -163,9 +163,9 @@ USB_Descriptor_String_t PROGMEM ManufacturerString =
*/
USB_Descriptor_String_t PROGMEM ProductString =
{
- .Header = {.Size = USB_STRING_LEN(22), .Type = DTYPE_String},
+ .Header = {.Size = USB_STRING_LEN(14), .Type = DTYPE_String},
- .UnicodeString = L"LUFA Mass Storage Demo"
+ .UnicodeString = L"LUFA Webserver"
};
/** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"