diff options
| author | Kattni <kattni@adafruit.com> | 2019-02-04 17:56:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-04 17:56:40 -0500 |
| commit | 9bcc38e995648493fe35ad63a18bd65d63f64c21 (patch) | |
| tree | 977ccc7335abd9db4e62c71ed73394e427fe72f0 /lib/oofatfs | |
| parent | 3d0757102977bcebadfd530949a84fb224e0cfcb (diff) | |
| parent | b249243a9f8d6ed246b0b873fe606066a6d712ed (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/oofatfs')
| -rw-r--r-- | lib/oofatfs/ffconf.h | 2 |
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) */ |
