temporarily disabled debug output

This commit is contained in:
Markus Fröschle
2013-12-08 07:51:19 +00:00
parent 4175b8ec8f
commit 2823a69409
2 changed files with 36 additions and 29 deletions

View File

@@ -164,8 +164,8 @@ static struct ehci {
const char *slot_name;
} gehci;
#define DEBUG
#define SHOW_INFO
//#define DEBUG
//#define SHOW_INFO
#ifdef DEBUG
#define debug(format, arg...) xprintf("DEBUG: " format "\r\n", ## arg)