aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/HTTPServerApp.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-03-09 05:15:08 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-03-09 05:15:08 +0000
commitce260ae786326b9f1e476fa3e580ecf9176889c2 (patch)
tree9d61be0f91806aa41ba268a53439624ef85baa83 /Projects/Webserver/Lib/HTTPServerApp.c
parenta61c7f671d7dc0f775f730d07ae764d03bdf3aba (diff)
downloadlufa-ce260ae786326b9f1e476fa3e580ecf9176889c2.tar.gz
lufa-ce260ae786326b9f1e476fa3e580ecf9176889c2.tar.bz2
lufa-ce260ae786326b9f1e476fa3e580ecf9176889c2.zip
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.
Diffstat (limited to 'Projects/Webserver/Lib/HTTPServerApp.c')
-rw-r--r--Projects/Webserver/Lib/HTTPServerApp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Webserver/Lib/HTTPServerApp.c b/Projects/Webserver/Lib/HTTPServerApp.c
index 4e00952f3..1a1d2c4bf 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;