summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 4652359e62..ffcbf688ea 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -247,7 +247,7 @@
247/* Enable the directory cache and tagcache in RAM if we have 247/* Enable the directory cache and tagcache in RAM if we have
248 * plenty of RAM. Both features can be enabled independently. */ 248 * plenty of RAM. Both features can be enabled independently. */
249#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ 249#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \
250 !defined(BOOTLOADER) 250 !defined(BOOTLOADER) && !defined(SANSA_E200)
251#define HAVE_DIRCACHE 251#define HAVE_DIRCACHE
252#ifdef HAVE_TAGCACHE 252#ifdef HAVE_TAGCACHE
253#define HAVE_TC_RAMCACHE 253#define HAVE_TC_RAMCACHE