summaryrefslogtreecommitdiff
path: root/firmware/export/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/fat.h')
-rw-r--r--firmware/export/fat.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h
index 963c1fe767..b8092290e6 100644
--- a/firmware/export/fat.h
+++ b/firmware/export/fat.h
@@ -48,14 +48,6 @@
48#define FAT_MAX_TRANSFER_SIZE 256 48#define FAT_MAX_TRANSFER_SIZE 256
49#endif 49#endif
50 50
51/* still experimental? */
52/* increasing this will increase the total memory used by the cache; the
53 cache, as noted in disk_cache.h, has other minimum requirements that may
54 prevent reducing its number of entries in order to compensate */
55#ifndef SECTOR_SIZE
56#define SECTOR_SIZE 512
57#endif
58
59/** 51/**
60 ****************************************************************************/ 52 ****************************************************************************/
61 53