update
This commit is contained in:
3
Makefile
3
Makefile
@@ -54,9 +54,6 @@ upload: $(MAIN_HEX)
|
||||
|
||||
download:
|
||||
$(AVRDUDE) -F -V -c arduino -p m328p -P $(TTY_PORT) -b $(TTY_SPEED) -U flash:r:$(BACKUP):i
|
||||
# $(AVRDUDE) -F -V -c arduino -p ATMEGA328P -P $(TTY_PORT) -b $(TTY_SPEED) -U flash:r:$(BACKUP):i
|
||||
|
||||
#avrdude -P /dev/ttyUSB0 -b 115200 -p m328p -c arduino -U flash:w:MicroPA50+_BETA1.5.hex:i
|
||||
|
||||
clean:
|
||||
rm -f *.i *.o *.s
|
||||
|
||||
Reference in New Issue
Block a user