diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-02-03 13:41:20 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-02-03 13:41:20 -0800 |
| commit | a393a6e0c578231123220e73adc32b8ee58db64b (patch) | |
| tree | 55d5117b0db15bfbfdb99cf43ad5f91a8057fae0 /lib | |
| parent | 3d0757102977bcebadfd530949a84fb224e0cfcb (diff) | |
Add fast seek support to file objects
Diffstat (limited to 'lib')
| -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) */ |
