aboutsummaryrefslogtreecommitdiffstats
path: root/src/stepper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stepper.c')
-rw-r--r--src/stepper.c2
1 files changed, 1 insertions, 1 deletions
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