enabled USB hub debug

This commit is contained in:
Markus Fröschle
2013-12-10 20:53:26 +00:00
parent 5f41f6e33f
commit 95dc6f0714
4 changed files with 54 additions and 53 deletions

View File

@@ -33,7 +33,7 @@
#include "interrupts.h"
#include "wait.h"
#define DEBUG_PCI
//#define DEBUG_PCI
#ifdef DEBUG_PCI
#define debug_printf(format, arg...) do { xprintf("DEBUG: " format "", ##arg); } while (0)
#else