Revert an accidentaly change to debug.h that prevent simulator+debug build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27967 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0110e558de
commit
8e0a0babc5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ extern void ldebugf(const char* file, int line, const char *fmt, ...)
|
|||
/* */
|
||||
#if defined(SIMULATOR) && !defined(__PCTOOL__)
|
||||
#define DEBUGF debugf
|
||||
#define LDEBUGF(...) ldebugf(__FILE__, __LINE__, __VA_ARGS__) && defined(DEBUG)
|
||||
#define LDEBUGF(...) ldebugf(__FILE__, __LINE__, __VA_ARGS__)
|
||||
#elif (CONFIG_PLATFORM & PLATFORM_ANDROID)
|
||||
#include "system-target.h"
|
||||
#define DEBUGF LOG
|
||||
|
|
Loading…
Reference in a new issue