소스 검색

Fix missing refresh_cmd_timeout function

Scott Lahteine 9 년 전
부모
커밋
6f06d33be5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/Marlin.h

+ 1
- 1
Marlin/Marlin.h 파일 보기

@@ -227,7 +227,7 @@ void enquecommands_P(const char *cmd); //put one or many ASCII commands at the e
227 227
 void prepare_arc_move(char isclockwise);
228 228
 void clamp_to_software_endstops(float target[3]);
229 229
 
230
-void refresh_cmd_timeout(void);
230
+void refresh_cmd_timeout();
231 231
 
232 232
 #ifdef FAST_PWM_FAN
233 233
   void setPwmFrequency(uint8_t pin, int val);

Loading…
취소
저장