projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Webserver project now uses the board LEDs to indicate the current IP configuration...
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
HTTPServerApp.c
diff --git
a/Projects/Webserver/Lib/HTTPServerApp.c
b/Projects/Webserver/Lib/HTTPServerApp.c
index
4e00952
..
1a1d2c4
100644
(file)
--- 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"},
\r
};
\r
\r
{.Extension = "pdf", .MIMEType = "application/pdf"},
\r
};
\r
\r
-/** FAT
Fs structure to hold the internal state of the FAT driver for the dataflash contents. */
\r
+/** FATFs structure to hold the internal state of the FAT driver for the dataflash contents. */
\r
FATFS DiskFATState;
\r
\r
\r
FATFS DiskFATState;
\r
\r
\r