From d33d8ffe4a22aa1d475b25bf7c8af11f76c6cf37 Mon Sep 17 00:00:00 2001 From: wolfgang Date: Wed, 30 Jan 2013 07:46:03 +0100 Subject: [PATCH] change stepper timing --- src/clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clock.h b/src/clock.h index 0176779..a81355b 100644 --- a/src/clock.h +++ b/src/clock.h @@ -5,7 +5,7 @@ #define SUB_DIV_LED 30 -#define SUB_DIV_STEPPER 3 +#define SUB_DIV_STEPPER 7 typedef struct clock_s {