⚡️ PWM for ESP32 I2S expander (#24193)
This commit is contained in:
committed by
Scott Lahteine
parent
7677368aaf
commit
c34dd64469
@ -1898,9 +1898,7 @@ void Stepper::pulse_phase_isr() {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ENABLED(I2S_STEPPER_STREAM)
|
||||
i2s_push_sample();
|
||||
#endif
|
||||
TERN_(I2S_STEPPER_STREAM, i2s_push_sample());
|
||||
|
||||
// TODO: need to deal with MINIMUM_STEPPER_PULSE over i2s
|
||||
#if ISR_MULTI_STEPS
|
||||
|
Reference in New Issue
Block a user