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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 8b958820ee..0857a8e66d 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1134,7 +1134,8 @@ Lyre prototype 1 */
1134#endif 1134#endif
1135 1135
1136/* enable logging messages to disk*/ 1136/* enable logging messages to disk*/
1137#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) 1137#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) \
1138 && !defined(__PCTOOL__)
1138#define ROCKBOX_HAS_LOGDISKF 1139#define ROCKBOX_HAS_LOGDISKF
1139#endif 1140#endif
1140 1141