X-Git-Url: http://git.jankratochvil.net/?p=lptgpib.git;a=blobdiff_plain;f=lptgpib.c;h=d854b65162aa514add9d24a2f51b372c3322ab51;hp=c5bbd626979b490e7c92a5c008e1a33aba7140b0;hb=dde487b25943c457a29d2aac57d2ba61cfb01247;hpb=28b5992e03b617805d2d24d14b4f7844b52d268f;ds=inline 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); }