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 8871abcb88..18dca402fb 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -612,7 +612,7 @@ Lyre prototype 1*/
612 612
613/* Enable the directory cache and tagcache in RAM if we have 613/* Enable the directory cache and tagcache in RAM if we have
614 * plenty of RAM. Both features can be enabled independently. */ 614 * plenty of RAM. Both features can be enabled independently. */
615#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ 615#if ((defined(MEMORYSIZE) && (MEMORYSIZE >= 8)) || MEM >= 8) && \
616 !defined(BOOTLOADER) 616 !defined(BOOTLOADER)
617#define HAVE_DIRCACHE 617#define HAVE_DIRCACHE
618#ifdef HAVE_TAGCACHE 618#ifdef HAVE_TAGCACHE