소스 검색

enable auto-reset before programming, disable afterwards

Michael Moon 12 년 전
부모
커밋
a991bde523
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      Marlin/Makefile

+ 2
- 0
Marlin/Makefile 파일 보기

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

Loading…
취소
저장