From 5802141beccf90f06904178a5c51b281d23eba13 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 7 Feb 2014 18:17:22 +0100 Subject: logdiskf: enable for application and simulator builds. Change-Id: I93afc8e7a989e3e5a85ff7df70b839fb64c0cdef --- firmware/export/config.h | 3 +-- 1 file changed, 1 insertion(+), 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 */ #endif /* enable logging messages to disk*/ -#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) \ - && !defined(__PCTOOL__) && (CONFIG_CODEC == SWCODEC) +#if !defined(BOOTLOADER) && !defined(__PCTOOL__) && (CONFIG_CODEC == SWCODEC) #define ROCKBOX_HAS_LOGDISKF #endif -- cgit v1.2.3