X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2Fmain.c;h=dc28e0b342e109e0c503f39014d39718e4246c80;hb=385cba3194e613293fbb1b7ef092a78eb6337528;hp=b813ab2558c361016c1f014a4ecec256eeb67aba;hpb=b55c1c423b6f00357b2ae2bbdd2abcf4456fd0cd;p=mTask.git diff --git a/int/main.c b/int/main.c index b813ab2..dc28e0b 100644 --- a/int/main.c +++ b/int/main.c @@ -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'); } }