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

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