(temporary) remove debug output
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
#include "usb.h"
|
||||
#include "usb_hub.h"
|
||||
|
||||
// #define DEBUG
|
||||
// // #define DEBUG
|
||||
#include "debug.h"
|
||||
|
||||
struct hci
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "usb.h"
|
||||
#include "usb_hub.h"
|
||||
|
||||
// #define DEBUG
|
||||
// // #define DEBUG
|
||||
#include "debug.h"
|
||||
|
||||
static struct usb_hub_device hub_dev[USB_MAX_BUS][USB_MAX_HUB];
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "usb.h"
|
||||
|
||||
//#define DEBUG_USBKBD
|
||||
//// #define DEBUG_USBKBD
|
||||
#ifdef DEBUG_USBKBD
|
||||
#define dbg(format, arg...) do { xprintf("DEBUG: %s(): " format, __FUNCTION__, ##arg); } while (0)
|
||||
#else
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "exceptions.h"
|
||||
#include "driver_mem.h"
|
||||
|
||||
// #define DEBUG
|
||||
// // #define DEBUG
|
||||
#include "debug.h"
|
||||
|
||||
extern void ltoa(char *buf, long n, unsigned long base);
|
||||
|
||||
Reference in New Issue
Block a user