Enable FATFS fast seek feature.

Handy when appending to large baseband files.
This commit is contained in:
Jared Boone 2016-04-10 17:27:36 -07:00
parent 4ac2c540c9
commit 9e1b88d85f

View File

@ -50,7 +50,7 @@
/ To enable it, also _FS_READONLY need to be set to 0. */
#define _USE_FASTSEEK 0
#define _USE_FASTSEEK 1
/* This option switches fast seek feature. (0:Disable or 1:Enable) */