mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 11:43:47 +00:00
enable auto-reset before programming, disable afterwards
This commit is contained in:
parent
3e575533c5
commit
a991bde523
@ -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…
Reference in New Issue
Block a user