Firmware: use FatFS FASTSEEK option for MSU1 file access

This commit is contained in:
ikari
2011-12-19 22:32:27 +01:00
parent 20c2cdb961
commit 90b91583a1
4 changed files with 16 additions and 5 deletions

View File

@@ -48,7 +48,7 @@
/* To enable f_forward function, set _USE_FORWARD to 1 and set _FS_TINY to 1. */
#define _USE_FASTSEEK 0 /* 0:Disable or 1:Enable */
#define _USE_FASTSEEK 1 /* 0:Disable or 1:Enable */
/* To enable fast seek feature, set _USE_FASTSEEK to 1. */