mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 16:49:36 +00:00
Enable FATFS fast seek feature.
Handy when appending to large baseband files.
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
/ To enable it, also _FS_READONLY need to be set to 0. */
|
/ 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) */
|
/* This option switches fast seek feature. (0:Disable or 1:Enable) */
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user