werkt nite
[mTask.git] / int / main.c
index b813ab2..dc28e0b 100644 (file)
@@ -61,6 +61,7 @@ void loop(void)
        struct task *curtask;
 
        read_message();
+       write_byte('\n');
 
        //Run tasks
        cyclestart = millis();
@@ -78,7 +79,6 @@ void loop(void)
                debug("Current task to run: %d", ct);
                run_task(curtask);
                curtask->lastrun = cyclestart;
-               write_byte('\n');
        }
 }