save
This commit is contained in:
parent
0cdf4f17e1
commit
4f0166f83c
3 changed files with 2 additions and 3 deletions
|
@ -49,7 +49,7 @@ checkfuses:
|
|||
|
||||
upload: b15f checkfuses
|
||||
@echo "Uploading hex file..."
|
||||
avrdude -Pusb -p $(MCU) -c $(PROGRAMMER) -U flash:w:$(HEX)
|
||||
avrdude -v -Pusb -p $(MCU) -c $(PROGRAMMER) -U flash:w:$(HEX)
|
||||
|
||||
.cpp.o:
|
||||
$(COMPILE) -c $< -o $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue