From f53295a18e693e7206e9eb9cb034e28f0411b090 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 18 Jun 2014 21:20:47 +0200 Subject: [PATCH] Enable str functions --- src/fatfs/include/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fatfs/include/ffconf.h b/src/fatfs/include/ffconf.h index 41045c88d..d4267d582 100644 --- a/src/fatfs/include/ffconf.h +++ b/src/fatfs/include/ffconf.h @@ -41,7 +41,7 @@ / 3: f_lseek is removed in addition to 2. */ -#define _USE_STRFUNC 0 /* 0:Disable or 1-2:Enable */ +#define _USE_STRFUNC 1 /* 0:Disable or 1-2:Enable */ /* To enable string functions, set _USE_STRFUNC to 1 or 2. */