1
0
Fork 0
forked from len0rd/rockbox

Comment out LOGF_ENABLE defines everywhere, replace evil comments

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23497 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jeffrey Goode 2009-11-03 16:25:03 +00:00
parent deb1b0e51c
commit 9d842683eb
23 changed files with 23 additions and 23 deletions

View file

@ -22,7 +22,7 @@
#include "system.h"
#include "string.h"
// #define LOGF_ENABLE
/*#define LOGF_ENABLE*/
#include "logf.h"
#include "pcm_sampr.h"

View file

@ -25,7 +25,7 @@
#include "audiohw.h"
#include "wmcodec.h"
#include "audio.h"
//#define LOGF_ENABLE
/*#define LOGF_ENABLE*/
#include "logf.h"
/* TODO: Define/refine an API for special hardware steps outside the

View file

@ -19,7 +19,7 @@
* KIND, either express or implied.
*
****************************************************************************/
//#define LOGF_ENABLE
/*#define LOGF_ENABLE*/
#include "system.h"
#include "config.h"

View file

@ -26,7 +26,7 @@
#include "kernel.h"
#include "button-target.h"
#define LOGF_ENABLE
/*#define LOGF_ENABLE*/
#include "logf.h"
/* Driver for the Synaptics Touchpad based on the "Synaptics Modular Embedded

View file

@ -52,7 +52,7 @@ static int fd_log = -1;
#define TUNER_LOG(s...) fdprintf(fd_log, s)
#elif defined(SANYO_TUNER_LOGF)
#define LOGF_ENABLE
/*#define LOGF_ENABLE*/
#include "logf.h"
#define TUNER_LOG_OPEN()