summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 de89dfe99e..5420cb37f4 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -179,7 +179,7 @@
179/* Enable the directory cache if we have plenty of RAM. */ 179/* Enable the directory cache if we have plenty of RAM. */
180/* Cache is just temporarily disabled for simulator build. 180/* Cache is just temporarily disabled for simulator build.
181 * Do the small fix in dircache.c to enable this. */ 181 * Do the small fix in dircache.c to enable this. */
182#if (MEMORYSIZE > 8 || MEM > 8) && !defined(BOOTLOADER) && !defined(SIMULATOR) 182#if (MEMORYSIZE > 8 || MEM > 8) && !defined(BOOTLOADER)
183#define HAVE_DIRCACHE 1 183#define HAVE_DIRCACHE 1
184#endif 184#endif
185 185