diff --git a/src/stepper.c b/src/stepper.c index 09c615a2..adf9c390 100644 --- a/src/stepper.c +++ b/src/stepper.c @@ -94,7 +94,7 @@ stepper_load_next(struct stepper *s) return SF_RESCHEDULE; } -#define UNSTEP_TIME timer_from_us(1) +#define UNSTEP_TIME timer_from_us(2) // Timer callback - step the given stepper. uint_fast8_t