ports/devel/arduino-avrdude/files/patch-bitbang.c
Boris Samorodov bdbfd53975 AVRDUDE - AVR Downloader/UploaDEr - is a program for updating the
flash, eeprom, and fuse bit memories of Atmel AVR microcontrollers.
It operates with several programmers including STK500 and most
directly connect parallel port style programmers.

WWW: http://www.nongnu.org/avrdude/

PR:		218234
Submitted by:	bsdports@kyle-evans.net
2017-04-19 19:36:33 +00:00

11 lines
319 B
C

--- bitbang.c.orig 2017-03-30 13:30:41 UTC
+++ bitbang.c
@@ -331,7 +331,7 @@ int bitbang_cmd(PROGRAMMER * pgm, const unsigned char
res[i] = bitbang_txrx(pgm, cmd[i]);
}
- if(verbose >= 2)
+ if(verbose > 4)
{
avrdude_message(MSG_NOTICE2, "bitbang_cmd(): [ ");
for(i = 0; i < 4; i++)