From bfdae6fde84cc69bff256ba6137919e06b2da9b9 Mon Sep 17 00:00:00 2001 From: Andrey Gusakov Date: Mon, 13 Jan 2025 10:18:59 +0300 Subject: [PATCH] FatFS: enable f_expand() function --- firmware/ext/FatFS/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/ext/FatFS/ffconf.h b/firmware/ext/FatFS/ffconf.h index c705c3c637..88e5b6afd9 100644 --- a/firmware/ext/FatFS/ffconf.h +++ b/firmware/ext/FatFS/ffconf.h @@ -51,7 +51,7 @@ /* This option switches fast seek function. (0:Disable or 1:Enable) */ -#define FF_USE_EXPAND 0 +#define FF_USE_EXPAND 1 /* This option switches f_expand function. (0:Disable or 1:Enable) */