mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
logdiskf: enable for application and simulator builds.
Change-Id: I93afc8e7a989e3e5a85ff7df70b839fb64c0cdef
This commit is contained in:
parent
07f484824c
commit
5802141bec
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue