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, 0 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index c2033dfe23..e1c0cbc938 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -313,9 +313,7 @@
313 * plenty of RAM. Both features can be enabled independently. */ 313 * plenty of RAM. Both features can be enabled independently. */
314#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ 314#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \
315 !defined(BOOTLOADER) 315 !defined(BOOTLOADER)
316#if !defined(SANSA_E200) && !defined(SANSA_C200)
317#define HAVE_DIRCACHE 316#define HAVE_DIRCACHE
318#endif
319#ifdef HAVE_TAGCACHE 317#ifdef HAVE_TAGCACHE
320#define HAVE_TC_RAMCACHE 318#define HAVE_TC_RAMCACHE
321#endif 319#endif