forked from len0rd/rockbox
Final removal of tabs in firmware path
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24158 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5cebdcd06b
commit
508bf2b45a
8 changed files with 17 additions and 17 deletions
|
|
@ -33,7 +33,7 @@ extern void ldebugf(const char* file, int line, const char *fmt, ...)
|
|||
|
||||
/* */
|
||||
#if defined(SIMULATOR) && !defined(__PCTOOL__)
|
||||
#define DEBUGF debugf
|
||||
#define DEBUGF debugf
|
||||
#define LDEBUGF(...) ldebugf(__FILE__, __LINE__, __VA_ARGS__)
|
||||
#else
|
||||
#if defined(DEBUG)
|
||||
|
|
@ -42,7 +42,7 @@ extern void ldebugf(const char* file, int line, const char *fmt, ...)
|
|||
void breakpoint(void);
|
||||
#endif
|
||||
|
||||
#define DEBUGF debugf
|
||||
#define DEBUGF debugf
|
||||
#define LDEBUGF debugf
|
||||
#else
|
||||
#define DEBUGF(...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue