aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/fatfs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-06-27 00:38:46 +0200
committerJoel Bodenmann <joel@unormal.org>2014-06-27 00:38:46 +0200
commit11e3d1fa22ee8df088621dfefe5ebfa4b0697d9c (patch)
treef4b1b20e5a0395b0df090df3e9254d6a83a283d7 /src/gfile/fatfs
parent1785f32976ece91f7b483222c0eb688ed61653e6 (diff)
downloaduGFX-11e3d1fa22ee8df088621dfefe5ebfa4b0697d9c.tar.gz
uGFX-11e3d1fa22ee8df088621dfefe5ebfa4b0697d9c.tar.bz2
uGFX-11e3d1fa22ee8df088621dfefe5ebfa4b0697d9c.zip
first working FatFS implementation. Modes ToDo
Diffstat (limited to 'src/gfile/fatfs')
-rw-r--r--src/gfile/fatfs/src/ffconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfile/fatfs/src/ffconf.h b/src/gfile/fatfs/src/ffconf.h
index d883c14b..72fc6143 100644
--- a/src/gfile/fatfs/src/ffconf.h
+++ b/src/gfile/fatfs/src/ffconf.h
@@ -33,7 +33,7 @@
/ 3: f_lseek() function is removed in addition to 2. */
-#define _USE_STRFUNC 0 /* 0:Disable or 1-2:Enable */
+#define _USE_STRFUNC 1 /* 0:Disable or 1-2:Enable */
/* To enable string functions, set _USE_STRFUNC to 1 or 2. */