xbox: device debuging shouldn't be enabled in the repo

This commit is contained in:
espes 2012-10-21 20:43:20 +11:00
parent 0644619d0e
commit 118b56248b
6 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@
#include "acpi_mcpx.h"
#define DEBUG
//#define DEBUG
#ifdef DEBUG
# define MCPX_DPRINTF(format, ...) printf(format, ## __VA_ARGS__)

View File

@ -46,7 +46,7 @@
#define DEBUG
//#define DEBUG
#ifdef DEBUG
# define SMBUS_DPRINTF(format, ...) printf(format, ## __VA_ARGS__)

View File

@ -32,7 +32,7 @@ typedef struct SMBusCX25871Device {
uint8_t registers[256];
} SMBusCX25871Device;
#define DEBUG
//#define DEBUG
static void cx_quick_cmd(SMBusDevice *dev, uint8_t read)
{

View File

@ -26,7 +26,7 @@
#include "i2c.h"
#include "smbus.h"
#define DEBUG
//#define DEBUG
typedef struct SMBusEEPROMDevice {
SMBusDevice smbusdev;

View File

@ -62,7 +62,7 @@
static const char* pic_version_string = "P01";
#define DEBUG
//#define DEBUG
typedef struct SMBusPIC16LCDevice {
SMBusDevice smbusdev;

View File

@ -48,7 +48,7 @@
*/
#define DEBUG
//#define DEBUG
#ifdef DEBUG
# define XBOXPCI_DPRINTF(format, ...) printf(format, ## __VA_ARGS__)