working demo
[mTask.git] / int / main.c
index 5acebef..d6d5953 100644 (file)
@@ -3,7 +3,8 @@
 #include <stdlib.h>
 #include <string.h>
 
-#ifndef STM
+#ifdef STM
+#else
 #include <stdio.h>
 #endif
 
@@ -93,8 +94,7 @@ int main(int argc, char *argv[]){
        setup();
        sds_init();
        task_init();
-
-       debug("booting up");
+       //debug("booting up");
        while(true){
                //Check for newetasks
 //             debug("loop");