diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2014-02-07 18:17:22 +0100 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2014-02-23 20:23:52 +0100 |
| commit | 5802141beccf90f06904178a5c51b281d23eba13 (patch) | |
| tree | 40aafd53f4a576f4d219a646f4d6d485bee7aed4 | |
| parent | 07f484824cd5c095e0e76e9a7e2db9d7bbdd55c7 (diff) | |
| download | rockbox-5802141beccf90f06904178a5c51b281d23eba13.zip rockbox-5802141beccf90f06904178a5c51b281d23eba13.tar.gz rockbox-5802141beccf90f06904178a5c51b281d23eba13.tar.bz2 rockbox-5802141beccf90f06904178a5c51b281d23eba13.tar.xz | |
logdiskf: enable for application and simulator builds.
Change-Id: I93afc8e7a989e3e5a85ff7df70b839fb64c0cdef
| -rw-r--r-- | firmware/export/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index f896fd6..b3616ad 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 |