Enable FatFs f_findfirst, f_findnext.

This commit is contained in:
Jared Boone 2016-04-19 11:57:22 -07:00
parent 75cf0c2f4e
commit 6de2df7c99

View File

@ -37,7 +37,7 @@
/ 2: Enable with LF-CRLF conversion. */
#define _USE_FIND 0
#define _USE_FIND 1
/* This option switches filtered directory read feature and related functions,
/ f_findfirst() and f_findnext(). (0:Disable or 1:Enable) */