From: Jan Kratochvil Date: Mon, 13 May 2013 17:55:58 +0000 (+0200) Subject: DEBUG: 3 -> 4 X-Git-Url: http://git.jankratochvil.net/?p=lptgpib.git;a=commitdiff_plain;h=dde487b25943c457a29d2aac57d2ba61cfb01247;hp=28b5992e03b617805d2d24d14b4f7844b52d268f DEBUG: 3 -> 4 --- 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); }