Fix up project documentation files' overview tables, so that multiple items occupy multiple lines in the same cell, rather than multiple cells.

This commit is contained in:
Dean Camera 2010-01-28 13:17:36 +00:00
parent d11ed10c53
commit 5f776f4785
49 changed files with 230 additions and 177 deletions

View file

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