-debug
[lptgpib.git] / lptgpib.c
index 591d32d..e5e2eea 100644 (file)
--- a/lptgpib.c
+++ b/lptgpib.c
@@ -11,7 +11,7 @@
 #include <sys/mman.h>
 #include <time.h>
 
-#define DEBUG 4 /* 4 - all, 3 - data, */
+#define DEBUG 2 /* 4 - all, 3 - data, */
 
 #if DEBUG > 3
        #define DBG_low(...) { fprintf(stderr,__VA_ARGS__); fflush(stderr); }