Browse Source

Update Marlin.h

Bernhard Kubicek 9 years ago
parent
commit
3d1da45f3e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin.h

+ 1
- 1
Marlin/Marlin.h View File

@@ -103,7 +103,7 @@ FORCE_INLINE void serialprintPGM(const char *str)
103 103
 void get_command();
104 104
 void process_commands();
105 105
 
106
-void manage_inactivity(bool ignore_stepper_queue=false)
106
+void manage_inactivity(bool ignore_stepper_queue=false);
107 107
 
108 108
 #if defined(DUAL_X_CARRIAGE) && defined(X_ENABLE_PIN) && X_ENABLE_PIN > -1 \
109 109
     && defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1

Loading…
Cancel
Save