From 9080a2373c9b900aa4385ca58d592085ae1e6957 Mon Sep 17 00:00:00 2001 From: Harald Wolff Date: Thu, 9 Nov 2017 10:32:30 +0100 Subject: [PATCH] Added -v to avrdude commandline --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5ed841..8924cdd 100644 --- a/Makefile +++ b/Makefile @@ -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))