From dde487b25943c457a29d2aac57d2ba61cfb01247 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 13 May 2013 19:55:58 +0200 Subject: [PATCH] DEBUG: 3 -> 4 --- lptgpib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lptgpib.c b/lptgpib.c index c5bbd62..d854b65 100644 --- a/lptgpib.c +++ b/lptgpib.c @@ -11,7 +11,7 @@ #include #include -#define DEBUG 3 /* 4 - all, 3 - data, */ +#define DEBUG 4 /* 4 - all, 3 - data, */ #if DEBUG > 3 #define DBG_low(...) { fprintf(stderr,__VA_ARGS__); fflush(stderr); } -- 1.8.3.1