From f56e121473f4d168c357728ab40f4ebf262f7d29 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Mon, 4 Oct 2010 14:03:13 +0200 Subject: [PATCH] dda_queue.c: clean out an unused comment. --- dda_queue.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dda_queue.c b/dda_queue.c index ab905fc..7359291 100644 --- a/dda_queue.c +++ b/dda_queue.c @@ -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)