]> git.zerfleddert.de Git - usb-driver/commitdiff
do not undef DEBUG
authormichael <michael>
Sat, 10 Mar 2007 00:58:15 +0000 (00:58 +0000)
committermichael <michael>
Sat, 10 Mar 2007 00:58:15 +0000 (00:58 +0000)
usb-driver.c

index f5df8455653ed1ec77b2a21f3aa3ec0baaeddcf2..d7d4fa7291467f6b239934cf0df9b7c84d68fd60 100644 (file)
@@ -52,7 +52,7 @@ static int ints_enabled = 0;
 static pthread_mutex_t int_wait = PTHREAD_MUTEX_INITIALIZER;
 
 #define NO_WINDRVR 1
 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)
 
 #ifdef DEBUG
 #define DPRINTF(format, args...) fprintf(stderr, format, ##args)
Impressum, Datenschutz