From: michael <michael>
Date: Sat, 10 Mar 2007 00:58:15 +0000 (+0000)
Subject: do not undef DEBUG
X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/commitdiff_plain/f42065a398f7d8bcc6d39dab972bf47ed09c4c76

do not undef DEBUG
---

diff --git a/usb-driver.c b/usb-driver.c
index f5df845..d7d4fa7 100644
--- a/usb-driver.c
+++ b/usb-driver.c
@@ -52,7 +52,7 @@ static int ints_enabled = 0;
 static pthread_mutex_t int_wait = PTHREAD_MUTEX_INITIALIZER;
 
 #define NO_WINDRVR 1
-#undef DEBUG
+/* #define DEBUG 1 */
 
 #ifdef DEBUG
 #define DPRINTF(format, args...) fprintf(stderr, format, ##args)