Bläddra i källkod

Fix missing refresh_cmd_timeout function

Scott Lahteine 9 år sedan
förälder
incheckning
6f06d33be5
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      Marlin/Marlin.h

+ 1
- 1
Marlin/Marlin.h Visa fil

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

Laddar…
Avbryt
Spara