X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fmain.c;h=f3dd06ad38897b5f1efa4f8cf46685599950e992;hb=7df511557f1e750bac4b45847f65e1e51aabdf54;hp=90f6e5fe2c6a427e7346aae9bfa7dc46b907d4cc;hpb=55afb005ced3bba3813163596cdc7288a318a3c2;p=mTask.git diff --git a/client/main.c b/client/main.c index 90f6e5f..f3dd06a 100644 --- a/client/main.c +++ b/client/main.c @@ -104,10 +104,10 @@ int main(int argc, char *argv[]){ setup(); sds_init(); task_init(); - //debug("booting up"); + debug("booting up"); while(true){ //Check for newetasks -// debug("loop"); + write_byte('\n'); loop(); delay(50); }