From 416bc2159c66f39cbde0ebbcfa2a599e4ae6064c Mon Sep 17 00:00:00 2001 From: Leo C. Date: Fri, 19 Jul 2024 09:24:15 +0200 Subject: wildcards for ls command (*, ?) --- include/avr/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/avr/ffconf.h b/include/avr/ffconf.h index 4e89916..9e33e9f 100644 --- a/include/avr/ffconf.h +++ b/include/avr/ffconf.h @@ -25,7 +25,7 @@ / 3: f_lseek() function is removed in addition to 2. */ -#define FF_USE_FIND 0 +#define FF_USE_FIND 1 /* This option switches filtered directory read functions, f_findfirst() and / f_findnext(). (0:Disable, 1:Enable 2:Enable with matching altname[] too) */ -- cgit v1.2.3