fixed compilation

This commit is contained in:
bkubicek 2014-12-30 08:04:06 +01:00
parent 0268c03a75
commit d02daec08f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -4312,7 +4312,7 @@ void handle_status_leds(void) {
}
#endif
void manage_inactivity(bool ignore_stepper_queue=false)
void manage_inactivity(bool ignore_stepper_queue/*=false*/) //default argument set in Marlin.h
{
#if defined(KILL_PIN) && KILL_PIN > -1