disabled debug output

This commit is contained in:
Markus Fröschle
2013-12-31 15:45:30 +00:00
parent a48aa15fe6
commit cea085a50a
4 changed files with 6 additions and 6 deletions

View File

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