1
0
Fork 0
forked from len0rd/rockbox

Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.

Exclude compilation of firmware/debug.c for hosted platforms.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28125 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-09-20 17:38:47 +00:00
parent 66f8fb52a9
commit ad500e1063
6 changed files with 62 additions and 15 deletions

View file

@ -35,7 +35,6 @@ static char debugbuf[400];
#endif
#endif
#ifndef SIMULATOR /* allow non archos platforms to display output */
#include "kernel.h"
#include "system.h"
#include "debug.h"
@ -257,4 +256,3 @@ void debugf(const char *fmt, ...)
#endif
}
#endif