Less indentation in Stepper::isr

This commit is contained in:
Scott Lahteine 2016-09-21 17:28:54 -05:00
parent 7dec8071b2
commit cc639d7d9c

View File

@ -357,11 +357,10 @@ void Stepper::isr() {
}
else {
OCR1A = 2000; // 1kHz.
return;
}
}
if (current_block) {
// Update endstops state, if enabled
if (endstops.enabled
#if HAS_BED_PROBE
@ -667,7 +666,6 @@ void Stepper::isr() {
current_block = NULL;
planner.discard_current_block();
}
}
}
#if ENABLED(ADVANCE) || ENABLED(LIN_ADVANCE)