dda_queue.c: clean out an unused comment.
This commit is contained in:
parent
bdfc4c5507
commit
f56e121473
|
|
@ -46,8 +46,6 @@ void queue_step() {
|
|||
}
|
||||
}
|
||||
|
||||
// serial_writechar('!');
|
||||
|
||||
// fall directly into dda_start instead of waiting for another step
|
||||
// the dda dies not directly after its last step, but when the timer fires and there's no steps to do
|
||||
if (movebuffer[mb_tail].live == 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue