From 4565be9a755c4de8ffdbc8b9a7b2d87c87f7a9e1 Mon Sep 17 00:00:00 2001 From: Leo C Date: Mon, 1 Dec 2014 11:12:23 +0100 Subject: merge do_fat_read() and do_fat_write() to do_fat_rw() --- include/avr/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/avr/ffconf.h b/include/avr/ffconf.h index cccab26..fadbe3d 100644 --- a/include/avr/ffconf.h +++ b/include/avr/ffconf.h @@ -8,7 +8,7 @@ / Functions and Buffer Configurations /---------------------------------------------------------------------------*/ -#define _FS_TINY 0 +#define _FS_TINY 1 /* This option switches tiny buffer configuration. (0:Normal or 1:Tiny) / At the tiny configuration, size of the file object (FIL) is reduced _MAX_SS / bytes. Instead of private sector buffer eliminated from the file object, -- cgit v1.2.3