dda_queue.c: clean out an unused comment.

This commit is contained in:
Markus Hitter 2010-10-04 14:03:13 +02:00
parent bdfc4c5507
commit f56e121473
1 changed files with 0 additions and 2 deletions

View File

@ -46,8 +46,6 @@ void queue_step() {
} }
} }
// serial_writechar('!');
// fall directly into dda_start instead of waiting for another step // 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 // 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) if (movebuffer[mb_tail].live == 0)