From 6de2df7c99d2c9dbfc6d650d3977afae4e78353e Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Tue, 19 Apr 2016 11:57:22 -0700 Subject: [PATCH] Enable FatFs f_findfirst, f_findnext. --- firmware/application/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/ffconf.h b/firmware/application/ffconf.h index 99f807011..2212ff1e1 100644 --- a/firmware/application/ffconf.h +++ b/firmware/application/ffconf.h @@ -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) */