X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fmain.c;h=dc43de238e729df8e358d34fffd2d24c96813b26;hb=66d5b66f8b05c529557aefde0dbb6b0d076a622e;hp=90f6e5fe2c6a427e7346aae9bfa7dc46b907d4cc;hpb=55afb005ced3bba3813163596cdc7288a318a3c2;p=mTask.git diff --git a/client/main.c b/client/main.c index 90f6e5f..dc43de2 100644 --- a/client/main.c +++ b/client/main.c @@ -55,6 +55,9 @@ void read_message(void) default: debug("Unknown message: %X", c); } + } else { + delay(1000); + printf("no input...\n"); } } @@ -104,10 +107,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); }