Webserver project now uses the board LEDs to indicate the current IP configuration...
[pub/USBasp.git] / Projects / Webserver / Lib / HTTPServerApp.c
index 4e00952..1a1d2c4 100644 (file)
@@ -77,7 +77,7 @@ const MIME_Type_t MIMETypes[] =
                {.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