(temporary) remove debug output

This commit is contained in:
Markus Fröschle
2016-11-17 17:54:37 +00:00
parent d2142e02cb
commit ecc2e68e33
24 changed files with 24 additions and 24 deletions

View File

@@ -54,7 +54,7 @@
#include "usb.h"
#include "usb_hub.h"
// #define DEBUG
// // #define DEBUG
#include "debug.h"
struct hci

View File

@@ -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];

View File

@@ -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

View File

@@ -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);