X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e8b8ed2bad293b190c6b2ce9a575e73fbf93e9e2..d2ed97e34b42aff851fa8ba39c43b6cb9e4f6448:/Projects/Webserver/Lib/FATFs/ffconf.h?ds=sidebyside 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. */