summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index f896fd68b5..b3616ad3d3 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1193,8 +1193,7 @@ Lyre prototype 1 */
1193#endif 1193#endif
1194 1194
1195/* enable logging messages to disk*/ 1195/* enable logging messages to disk*/
1196#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) \ 1196#if !defined(BOOTLOADER) && !defined(__PCTOOL__) && (CONFIG_CODEC == SWCODEC)
1197 && !defined(__PCTOOL__) && (CONFIG_CODEC == SWCODEC)
1198#define ROCKBOX_HAS_LOGDISKF 1197#define ROCKBOX_HAS_LOGDISKF
1199#endif 1198#endif
1200 1199