From a393a6e0c578231123220e73adc32b8ee58db64b Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Sun, 3 Feb 2019 13:41:20 -0800 Subject: Add fast seek support to file objects --- lib/oofatfs/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/oofatfs/ffconf.h b/lib/oofatfs/ffconf.h index 315101f0e..214311b4c 100644 --- a/lib/oofatfs/ffconf.h +++ b/lib/oofatfs/ffconf.h @@ -74,7 +74,7 @@ /* This option switches f_mkfs() function. (0:Disable or 1:Enable) */ -#define _USE_FASTSEEK 0 +#define _USE_FASTSEEK 1 /* This option switches fast seek function. (0:Disable or 1:Enable) */ -- cgit v1.2.3