summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index f654609966..8b958820ee 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1133,4 +1133,9 @@ Lyre prototype 1 */
1133#define HAVE_PITCHCONTROL 1133#define HAVE_PITCHCONTROL
1134#endif 1134#endif
1135 1135
1136/* enable logging messages to disk*/
1137#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER)
1138#define ROCKBOX_HAS_LOGDISKF
1139#endif
1140
1136#endif /* __CONFIG_H__ */ 1141#endif /* __CONFIG_H__ */