mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
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
|
|
@ -27,7 +27,7 @@
|
|||
#include "as3514.h"
|
||||
#include <stdbool.h>
|
||||
#include "panic.h"
|
||||
//#define LOGF_ENABLE
|
||||
/*#define LOGF_ENABLE*/
|
||||
#include "logf.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ static bool remote_hold = false;
|
|||
static bool headphones_status = true;
|
||||
#endif
|
||||
|
||||
#define LOGF_ENABLE
|
||||
/*#define LOGF_ENABLE*/
|
||||
#include "logf.h"
|
||||
|
||||
static int int_btn = BUTTON_NONE;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include "backlight.h"
|
||||
#include "synaptics-mep.h"
|
||||
|
||||
#define LOGF_ENABLE
|
||||
/*#define LOGF_ENABLE*/
|
||||
#include "logf.h"
|
||||
|
||||
static int int_btn = BUTTON_NONE;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include "backlight.h"
|
||||
#include "synaptics-mep.h"
|
||||
|
||||
#define LOGF_ENABLE
|
||||
/*#define LOGF_ENABLE*/
|
||||
#include "logf.h"
|
||||
|
||||
static int int_btn = BUTTON_NONE;
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
#include "i2s.h"
|
||||
#include "akcodec.h"
|
||||
|
||||
// #define LOGF_ENABLE
|
||||
/*#define LOGF_ENABLE*/
|
||||
#include "logf.h"
|
||||
|
||||
#define I2C_AUDIO_ADDRESS 0x10
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#define LOGF_ENABLE
|
||||
/*#define LOGF_ENABLE*/
|
||||
|
||||
#include "config.h"
|
||||
#include "logf.h"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
#include "panic.h"
|
||||
#include "usb_drv.h"
|
||||
|
||||
//#define LOGF_ENABLE
|
||||
/*#define LOGF_ENABLE*/
|
||||
#include "logf.h"
|
||||
|
||||
/* USB device mode registers (Little Endian) */
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
#include "storage.h"
|
||||
#include "buffer.h"
|
||||
#include "string.h"
|
||||
//#define LOGF_ENABLE
|
||||
/*#define LOGF_ENABLE*/
|
||||
#include "logf.h"
|
||||
|
||||
//#define USE_DMA
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
//#define LOGF_ENABLE
|
||||
/*#define LOGF_ENABLE*/
|
||||
#include "logf.h"
|
||||
#include "system.h"
|
||||
#include "usb_ch9.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue