From 1ffb6aea0c155ba7c229d136d39e7686896f3ee0 Mon Sep 17 00:00:00 2001 From: Dean Date: Tue, 9 Mar 2010 05:15:08 +0000 Subject: Webserver project now uses the board LEDs to indicate the current IP configuration state. Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1160 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Projects/Webserver/Lib/HTTPServerApp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/Webserver/Lib/HTTPServerApp.c') diff --git a/Projects/Webserver/Lib/HTTPServerApp.c b/Projects/Webserver/Lib/HTTPServerApp.c index 4e00952f..1a1d2c4b 100644 --- a/Projects/Webserver/Lib/HTTPServerApp.c +++ b/Projects/Webserver/Lib/HTTPServerApp.c @@ -77,7 +77,7 @@ const MIME_Type_t MIMETypes[] = {.Extension = "pdf", .MIMEType = "application/pdf"}, }; -/** FAT Fs structure to hold the internal state of the FAT driver for the dataflash contents. */ +/** FATFs structure to hold the internal state of the FAT driver for the dataflash contents. */ FATFS DiskFATState; -- cgit v1.2.3