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 9812db9161..5ea5c71c70 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -915,7 +915,7 @@ Lyre prototype 1 */
915 915
916/* Enable the directory cache and tagcache in RAM if we have 916/* Enable the directory cache and tagcache in RAM if we have
917 * plenty of RAM. Both features can be enabled independently. */ 917 * plenty of RAM. Both features can be enabled independently. */
918#if (MEMORYSIZE >= 8) && !defined(BOOTLOADER) && !defined(__PCTOOL__) \ 918#if (MEMORYSIZE >= 8) && !defined(BOOTLOADER) && (defined(CHECKWPS) || !defined(__PCTOOL__)) \
919 && !defined(APPLICATION) 919 && !defined(APPLICATION)
920#ifndef SIMULATOR 920#ifndef SIMULATOR
921#define HAVE_DIRCACHE 921#define HAVE_DIRCACHE