keys: Fastfs wasn't appropriate for this after all

This commit is contained in:
shchmue 2020-05-10 19:11:07 -06:00
parent 2f6ee85d37
commit c63532bfdc
2 changed files with 1 additions and 12 deletions

View file

@ -41,7 +41,7 @@
#define FF_USE_MKFS 0
/* This option switches f_mkfs() function. (0:Disable or 1:Enable) */
#define FF_FASTFS 1
#define FF_FASTFS 0
#ifdef FF_FASTFS
#define FF_USE_FASTSEEK 1