summaryrefslogtreecommitdiff
path: root/firmware/common
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common')
-rw-r--r--firmware/common/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/common/file.c b/firmware/common/file.c
index 6f86b2f8da..b4b879f8fb 100644
--- a/firmware/common/file.c
+++ b/firmware/common/file.c
@@ -33,7 +33,7 @@
33 The penalty is the RAM used for the cache and slightly more complex code. 33 The penalty is the RAM used for the cache and slightly more complex code.
34*/ 34*/
35 35
36#define MAX_OPEN_FILES 4 36#define MAX_OPEN_FILES 8
37 37
38struct filedesc { 38struct filedesc {
39 unsigned char cache[SECTOR_SIZE]; 39 unsigned char cache[SECTOR_SIZE];