summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeo C2014-12-01 11:12:23 +0100
committerLeo C2014-12-01 11:12:23 +0100
commit4565be9a755c4de8ffdbc8b9a7b2d87c87f7a9e1 (patch)
tree65cc3402ed89d30ea058ed3244a36e7863110739 /include
parent4f881b028b8e5f6d41efc430185db4d41cb48caa (diff)
downloadz180-stamp-4565be9a755c4de8ffdbc8b9a7b2d87c87f7a9e1.zip
merge do_fat_read() and do_fat_write() to do_fat_rw()
Diffstat (limited to 'include')
-rw-r--r--include/avr/ffconf.h2
1 files changed, 1 insertions, 1 deletions
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,