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 858d9bf250..5bff51fbef 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -921,7 +921,7 @@ Lyre prototype 1 */
921#define HAVE_PLUGIN_CHECK_OPEN_CLOSE 921#define HAVE_PLUGIN_CHECK_OPEN_CLOSE
922#endif 922#endif
923 923
924#ifdef HAVE_DIRCACHE 924#if defined(HAVE_DIRCACHE) && !defined(SIMULATOR)
925#define HAVE_IO_PRIORITY 925#define HAVE_IO_PRIORITY
926#endif 926#endif
927 927