From 8154331da60ac08b0e2b09ca67008ec4a8c7698b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 12 Feb 2010 07:27:26 +0000 Subject: Move DHCP negotiation timer into the DHCP connection application state structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files. --- Projects/Webserver/Lib/FATFs/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/Webserver/Lib/FATFs/ffconf.h') diff --git a/Projects/Webserver/Lib/FATFs/ffconf.h b/Projects/Webserver/Lib/FATFs/ffconf.h index 3ad7a56af..4b19f1326 100644 --- a/Projects/Webserver/Lib/FATFs/ffconf.h +++ b/Projects/Webserver/Lib/FATFs/ffconf.h @@ -14,7 +14,7 @@ / Function and Buffer Configurations /----------------------------------------------------------------------------*/ -#define _FS_TINY 0 /* 0 or 1 */ +#define _FS_TINY 1 /* 0 or 1 */ /* When _FS_TINY is set to 1, FatFs uses the sector buffer in the file system / object instead of the sector buffer in the individual file object for file / data transfer. This reduces memory consumption 512 bytes each file object. */ -- cgit v1.2.3