Fixing problem of hanging upload.
This commit is contained in:
parent
99890b2535
commit
bc8caf8358
1 changed files with 2 additions and 0 deletions
|
@ -848,6 +848,8 @@ raw_upload: $(TARGET_HEX)
|
|||
|
||||
reset:
|
||||
$(RESET_CMD) $(ARD_PORT)
|
||||
sleep 1 # If avrdude is called to early after the reset, the upload may
|
||||
# hang.
|
||||
|
||||
# stty on MacOS likes -F, but on Debian it likes -f redirecting
|
||||
# stdin/out appears to work but generates a spurious error on MacOS at
|
||||
|
|
Loading…
Reference in a new issue