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)