mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-26 22:37:13 -05:00
Enable FATFS fast seek feature.
Handy when appending to large baseband files.
This commit is contained in:
parent
4ac2c540c9
commit
9e1b88d85f
@ -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) */
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user