浏览代码

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);

正在加载...
取消
保存