summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKattni <kattni@adafruit.com>2019-02-04 17:56:40 -0500
committerGitHub <noreply@github.com>2019-02-04 17:56:40 -0500
commit9bcc38e995648493fe35ad63a18bd65d63f64c21 (patch)
tree977ccc7335abd9db4e62c71ed73394e427fe72f0 /lib
parent3d0757102977bcebadfd530949a84fb224e0cfcb (diff)
parentb249243a9f8d6ed246b0b873fe606066a6d712ed (diff)
Merge pull request #1519 from tannewt/speed_debug4.0.0-beta.2
Add fast seek support and turn on auto brightness by default
Diffstat (limited to 'lib')
-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) */