toolchain-avr/avrdude-patches/10-avrdude-6.0.1-silent_bitbang_cmd.patch
2014-02-10 17:01:42 +01:00

13 lines
339 B
Diff

Index: bitbang.c
===================================================================
--- bitbang.c (revisione 1183)
+++ bitbang.c (copia locale)
@@ -339,7 +339,7 @@
res[i] = bitbang_txrx(pgm, cmd[i]);
}
- if(verbose >= 2)
+ if(verbose > 4)
{
fprintf(stderr, "bitbang_cmd(): [ ");
for(i = 0; i < 4; i++)