Browse Source

enable auto-reset before programming, disable afterwards

pull/1/head
Michael Moon 13 years ago
parent
commit
a991bde523
  1. 2
      Marlin/Makefile

2
Marlin/Makefile

@ -153,7 +153,9 @@ sym: applet/$(TARGET).sym
# Program the device.
upload: applet/$(TARGET).hex
stty hup < $(PORT); true
$(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH)
stty -hup < $(PORT); true
# Display size of file.

Loading…
Cancel
Save