Update TemperatureDataLogger and Webserver projects to the latest FATFS library version.

This commit is contained in:
Dean Camera 2010-06-14 11:58:23 +00:00
parent 67bc625109
commit 27fb44268f
14 changed files with 2909 additions and 2021 deletions

View file

@ -226,9 +226,9 @@ USB_Descriptor_String_t PROGMEM ManufacturerString =
*/
USB_Descriptor_String_t PROGMEM ProductString =
{
.Header = {.Size = USB_STRING_LEN(10), .Type = DTYPE_String},
.Header = {.Size = USB_STRING_LEN(22), .Type = DTYPE_String},
.UnicodeString = L"Datalogger"
.UnicodeString = L"Temperature Datalogger"
};
/** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"