makefile: drop -q -q (much quiet) from avrdude flags

Annoying when trying to figure out if uploading
actually does something.
master
Richard Marko 9 years ago committed by Richard Wackerbarth
parent 0e064357f4
commit 1183c10a2e

@ -354,7 +354,7 @@ AVRDUDE_CONF = /etc/avrdude/avrdude.conf
else
AVRDUDE_CONF = $(ARDUINO_INSTALL_DIR)/hardware/tools/avr/etc/avrdude.conf
endif
AVRDUDE_FLAGS = -q -q -D -C$(AVRDUDE_CONF) \
AVRDUDE_FLAGS = -D -C$(AVRDUDE_CONF) \
-p$(MCU) -P$(AVRDUDE_PORT) -c$(AVRDUDE_PROGRAMMER) \
-b$(UPLOAD_RATE)

Loading…
Cancel
Save