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:
parent
deb1b0e51c
commit
9d842683eb
23 changed files with 23 additions and 23 deletions
|
|
@ -22,7 +22,7 @@
|
|||
#include "system.h"
|
||||
#include "string.h"
|
||||
|
||||
// #define LOGF_ENABLE
|
||||
/*#define LOGF_ENABLE*/
|
||||
#include "logf.h"
|
||||
|
||||
#include "pcm_sampr.h"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
//#define LOGF_ENABLE
|
||||
/*#define LOGF_ENABLE*/
|
||||
|
||||
#include "system.h"
|
||||
#include "config.h"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue