X-Git-Url: http://git.jankratochvil.net/?p=lptgpib.git;a=blobdiff_plain;f=lptgpib.c;h=e5e2eea4420f1ef92735fa852e50e38c568460f9;hp=591d32ddb945762a3e3fec02f0e216d88d4bef51;hb=57137c8b0cd63cd3efd2cea98b6751262bdcc421;hpb=1a6a6ca06d257752394dc9e3b82f2453f3f1aaaf diff --git a/lptgpib.c b/lptgpib.c index 591d32d..e5e2eea 100644 --- a/lptgpib.c +++ b/lptgpib.c @@ -11,7 +11,7 @@ #include #include -#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); }