add ifdefs to interface.h
[mTask.git] / client / interface.c
index 9ddd214..fae81db 100644 (file)
@@ -86,6 +86,9 @@ void setup(void)
        halInit();
        chSysInit();
        sdStart(&SD3, NULL);
+       sdStart(&SD1, NULL);
+
+       
 }
 
 void debug(char *fmt, ...)