summaryrefslogtreecommitdiff
path: root/lib/oofatfs
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-02-03 13:41:20 -0800
committerScott Shawcroft <scott@tannewt.org>2019-02-03 13:41:20 -0800
commita393a6e0c578231123220e73adc32b8ee58db64b (patch)
tree55d5117b0db15bfbfdb99cf43ad5f91a8057fae0 /lib/oofatfs
parent3d0757102977bcebadfd530949a84fb224e0cfcb (diff)
Add fast seek support to file objects
Diffstat (limited to 'lib/oofatfs')
-rw-r--r--lib/oofatfs/ffconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oofatfs/ffconf.h b/lib/oofatfs/ffconf.h
index 315101f0e..214311b4c 100644
--- a/lib/oofatfs/ffconf.h
+++ b/lib/oofatfs/ffconf.h
@@ -74,7 +74,7 @@
/* This option switches f_mkfs() function. (0:Disable or 1:Enable) */
-#define _USE_FASTSEEK 0
+#define _USE_FASTSEEK 1
/* This option switches fast seek function. (0:Disable or 1:Enable) */