From db8902b26582f35e783f5359b1f53ecf4d1dabce Mon Sep 17 00:00:00 2001 From: Michael Moon Date: Sat, 5 Mar 2011 15:12:34 +1100 Subject: [PATCH] add newline after queue when debugging position --- clock.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clock.c b/clock.c index 4c8ce34..e49ad3b 100644 --- a/clock.c +++ b/clock.c @@ -8,6 +8,7 @@ #include "timer.h" #include "debug.h" #include "heater.h" +#include "serial.h" void clock_250ms() { if (steptimeout > (30 * 4)) { @@ -26,6 +27,9 @@ void clock_250ms() { // Queue print_queue(); + + // newline + serial_writechar('\n'); } // temperature /* if (temp_get_target())