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 $@
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
avrdude -c "$1" -Pusb -p m16 2>&1 | grep 'Device signature =' | awk -F 'probably ' '{print $2}' | head -c-2
|
Loading…
Add table
Add a link
Reference in a new issue