From 9e1b88d85fcbdb9ff30e39e30b63a883735df86f Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Sun, 10 Apr 2016 17:27:36 -0700 Subject: [PATCH] Enable FATFS fast seek feature. Handy when appending to large baseband files. --- firmware/application/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/ffconf.h b/firmware/application/ffconf.h index b838f9f2b..e2bb33b36 100644 --- a/firmware/application/ffconf.h +++ b/firmware/application/ffconf.h @@ -50,7 +50,7 @@ / To enable it, also _FS_READONLY need to be set to 0. */ -#define _USE_FASTSEEK 0 +#define _USE_FASTSEEK 1 /* This option switches fast seek feature. (0:Disable or 1:Enable) */