timer.c: don't reset next_step_time when doing a step.
Doing so adds most of the interrupt execution time to the
step time, see line 126 of the same file:
if (next_step_time == 0) {
// new move, take current time as start value
step_start = TCNT1;
}
This commit is contained in:
parent
0ec0d360be
commit
851a91306a
Loading…
Reference in New Issue