diff --git a/stepper.c b/stepper.c index d17fd24..0e4fb9b 100644 --- a/stepper.c +++ b/stepper.c @@ -83,6 +83,8 @@ void st_init() TCCR2B = 1<> 10); prescaler = 4; // prescaler: 1024 } else { + // Okay, that was slower than we actually go. Just set the slowest speed ceiling = 0xffff; prescaler = 4; }