Added -v to avrdude commandline

master
Harald Wolff 2017-11-09 10:32:30 +01:00
parent ddfcbcf6a4
commit 9080a2373c
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ $(BASE)/.build/%.o: $(CURDIR)/src/%.txt
$(BASE)/.build/.%.dep:
avrdude: $(BASE)/bin/$(FINALNAME).hex
$(AVRDUDE) -c $(AVR_PROG) -p $(AVR_MCU) -P usb: -B $(AVR_BITCLK) $(AVRDUDE_OPERATIONS) -U flash:w:$(BASE)/bin/$(FINALNAME).hex
$(AVRDUDE) -v -c $(AVR_PROG) -p $(AVR_MCU) -P usb: -B $(AVR_BITCLK) $(AVRDUDE_OPERATIONS) -U flash:w:$(BASE)/bin/$(FINALNAME).hex
include $(wildcard $(MODULEDEPS))