From 177aa6a61bf776a3095308439f2ffb7bed5bfb8c Mon Sep 17 00:00:00 2001 From: Leo C Date: Sun, 22 Jul 2018 10:15:25 +0200 Subject: _USE_LABEL --> FF_USE_LABEL --- include/avr/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/avr/ffconf.h') diff --git a/include/avr/ffconf.h b/include/avr/ffconf.h index 51a3c23..b6485be 100644 --- a/include/avr/ffconf.h +++ b/include/avr/ffconf.h @@ -55,7 +55,7 @@ / (0:Disable or 1:Enable) Also FF_FS_READONLY needs to be 0 to enable this option. */ -#define FF_USE_LABEL 0 +#define FF_USE_LABEL 1 /* This option switches volume label functions, f_getlabel() and f_setlabel(). / (0:Disable or 1:Enable) */ -- cgit v1.2.3