Skip to content

Commit

Permalink
that was weird
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 1, 2022
1 parent 31fb2f0 commit 7ab0500
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Marlin/src/module/stepper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2485,13 +2485,7 @@ uint32_t Stepper::block_phase_isr() {
E_STEP_WRITE(stepper_extruder, !INVERT_E_STEP_PIN);
#endif

#if ENABLED(I2S_STEPPER_STREAM)
}

i2s_push_sample();

if (step_needed) {
#endif
TERN_(I2S_STEPPER_STREAM, i2s_push_sample());

// Enforce a minimum duration for STEP pulse ON
#if ISR_PULSE_CONTROL
Expand Down

0 comments on commit 7ab0500

Please sign in to comment.