From eb809cf7b4c2749cf7ec357224acf544e7db443a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 7 Dec 2013 06:57:50 +0000 Subject: [PATCH] modified to suppress debug prints if not needed --- BaS_gcc/sources/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_gcc/sources/pci.c b/BaS_gcc/sources/pci.c index 79d43ca..c657cc1 100644 --- a/BaS_gcc/sources/pci.c +++ b/BaS_gcc/sources/pci.c @@ -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 "\r\n", ##arg); } while (0) #else