aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/FATFs
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-29 09:21:38 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-29 09:21:38 +0000
commite8b8ed2bad293b190c6b2ce9a575e73fbf93e9e2 (patch)
treeab31cd802c6c607db3fe0470efe33c09ce58065a /Projects/Webserver/Lib/FATFs
parent254a0c1ae83750a3c3e4e5ebfd390146f8ac36e0 (diff)
downloadlufa-e8b8ed2bad293b190c6b2ce9a575e73fbf93e9e2.tar.gz
lufa-e8b8ed2bad293b190c6b2ce9a575e73fbf93e9e2.tar.bz2
lufa-e8b8ed2bad293b190c6b2ce9a575e73fbf93e9e2.zip
Add TCP retransmission support to the HTTP webserver in the Webserver project, so that lost segments are retransmitted as needed.
Diffstat (limited to 'Projects/Webserver/Lib/FATFs')
-rw-r--r--Projects/Webserver/Lib/FATFs/ffconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Webserver/Lib/FATFs/ffconf.h b/Projects/Webserver/Lib/FATFs/ffconf.h
index 4b19f1326..3ad7a56af 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 1 /* 0 or 1 */
+#define _FS_TINY 0 /* 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. */