make lib compilable
[mTask.git] / client / main.c
index 90f6e5f..337834f 100644 (file)
@@ -104,10 +104,9 @@ int main(int argc, char *argv[]){
        setup();
        sds_init();
        task_init();
-       //debug("booting up");
+       debug("booting up");
        while(true){
                //Check for newetasks
-//             debug("loop");
                loop();
                delay(50);
        }