From c4d10a3395af3d353b12a1eedc0356456b650ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 13 Nov 2016 20:59:13 +0000 Subject: [PATCH] modify to use standard debug output --- BaS_gcc/pci/ohci-hcd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BaS_gcc/pci/ohci-hcd.c b/BaS_gcc/pci/ohci-hcd.c index 1c1719f..54b89f0 100644 --- a/BaS_gcc/pci/ohci-hcd.c +++ b/BaS_gcc/pci/ohci-hcd.c @@ -48,6 +48,8 @@ #include "bas_string.h" /* for memset() */ #include "pci.h" #include "interrupts.h" + +// #define DEBUG #include "debug.h" #undef OHCI_USE_NPS /* force NoPowerSwitching mode */