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

@ -52,7 +52,7 @@
#include "splash.h" #include "splash.h"
#include "general.h" #include "general.h"
#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
#ifdef SIMULATOR #ifdef SIMULATOR

View file

@ -55,7 +55,7 @@
* *
*/ */
/* #define LOGF_ENABLE */ /*#define LOGF_ENABLE*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View file

@ -24,7 +24,7 @@
* support the tag cache interface. * support the tag cache interface.
*/ */
/* #define LOGF_ENABLE */ /*#define LOGF_ENABLE*/
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>

View file

@ -25,7 +25,7 @@
#include "lang.h" #include "lang.h"
#include "misc.h" #include "misc.h"
#include "usbstack/usb_hid.h" #include "usbstack/usb_hid.h"
//#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
#define MODIFIER(modifier, key) ((key) | (modifier << 8)) #define MODIFIER(modifier, key) ((key) | (modifier << 8))

View file

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

View file

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

View file

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

View file

@ -26,7 +26,7 @@
#include "kernel.h" #include "kernel.h"
#include "button-target.h" #include "button-target.h"
#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
/* Driver for the Synaptics Touchpad based on the "Synaptics Modular Embedded /* 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) #define TUNER_LOG(s...) fdprintf(fd_log, s)
#elif defined(SANYO_TUNER_LOGF) #elif defined(SANYO_TUNER_LOGF)
#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
#define TUNER_LOG_OPEN() #define TUNER_LOG_OPEN()

View file

@ -27,7 +27,7 @@
#include "as3514.h" #include "as3514.h"
#include <stdbool.h> #include <stdbool.h>
#include "panic.h" #include "panic.h"
//#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"

View file

@ -31,7 +31,7 @@ static bool remote_hold = false;
static bool headphones_status = true; static bool headphones_status = true;
#endif #endif
#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
static int int_btn = BUTTON_NONE; static int int_btn = BUTTON_NONE;

View file

@ -24,7 +24,7 @@
#include "backlight.h" #include "backlight.h"
#include "synaptics-mep.h" #include "synaptics-mep.h"
#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
static int int_btn = BUTTON_NONE; static int int_btn = BUTTON_NONE;

View file

@ -24,7 +24,7 @@
#include "backlight.h" #include "backlight.h"
#include "synaptics-mep.h" #include "synaptics-mep.h"
#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
static int int_btn = BUTTON_NONE; static int int_btn = BUTTON_NONE;

View file

@ -25,7 +25,7 @@
#include "i2s.h" #include "i2s.h"
#include "akcodec.h" #include "akcodec.h"
// #define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
#define I2C_AUDIO_ADDRESS 0x10 #define I2C_AUDIO_ADDRESS 0x10

View file

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

View file

@ -30,7 +30,7 @@
#include "panic.h" #include "panic.h"
#include "usb_drv.h" #include "usb_drv.h"
//#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
/* USB device mode registers (Little Endian) */ /* USB device mode registers (Little Endian) */

View file

@ -30,7 +30,7 @@
#include "storage.h" #include "storage.h"
#include "buffer.h" #include "buffer.h"
#include "string.h" #include "string.h"
//#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
//#define USE_DMA //#define USE_DMA

View file

@ -20,7 +20,7 @@
****************************************************************************/ ****************************************************************************/
#include "config.h" #include "config.h"
//#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
#include "system.h" #include "system.h"
#include "usb_ch9.h" #include "usb_ch9.h"

View file

@ -26,7 +26,7 @@
#include "usb_charging_only.h" #include "usb_charging_only.h"
#include "usb_class_driver.h" #include "usb_class_driver.h"
//#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
/* charging_only interface */ /* charging_only interface */

View file

@ -22,7 +22,7 @@
#include "thread.h" #include "thread.h"
#include "kernel.h" #include "kernel.h"
#include "string.h" #include "string.h"
//#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
#include "usb.h" #include "usb.h"

View file

@ -25,7 +25,7 @@
#include "kernel.h" #include "kernel.h"
#include "usb_hid.h" #include "usb_hid.h"
#include "usb_class_driver.h" #include "usb_class_driver.h"
//#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
/* Documents avaiable here: http://www.usb.org/developers/devclass_docs/ */ /* Documents avaiable here: http://www.usb.org/developers/devclass_docs/ */

View file

@ -25,7 +25,7 @@
#include "kernel.h" #include "kernel.h"
#include "usb_serial.h" #include "usb_serial.h"
#include "usb_class_driver.h" #include "usb_class_driver.h"
//#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
/* serial interface */ /* serial interface */

View file

@ -23,7 +23,7 @@
#include "usb_core.h" #include "usb_core.h"
#include "usb_drv.h" #include "usb_drv.h"
#include "usb_class_driver.h" #include "usb_class_driver.h"
//#define LOGF_ENABLE /*#define LOGF_ENABLE*/
#include "logf.h" #include "logf.h"
#include "storage.h" #include "storage.h"
#include "hotswap.h" #include "hotswap.h"