From 3ee6d4b5f90cea5f0959ed0724151551c8fb5029 Mon Sep 17 00:00:00 2001 From: Maxwell Beck Date: Thu, 29 May 2025 13:05:58 -0500 Subject: perf: Use 4K sectors for flash access --- src/ff/ffconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ff/ffconf.h') diff --git a/src/ff/ffconf.h b/src/ff/ffconf.h index caa02a6..c8370e6 100644 --- a/src/ff/ffconf.h +++ b/src/ff/ffconf.h @@ -193,8 +193,8 @@ / will be available. */ -#define FF_MIN_SS 512 -#define FF_MAX_SS 512 +#define FF_MIN_SS 4096 +#define FF_MAX_SS 4096 /* This set of options configures the range of sector size to be supported. (512, / 1024, 2048 or 4096) Always set both 512 for most systems, generic memory card and / harddisk, but a larger value may be required for on-board flash memory and some -- cgit 1.4.1