X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Finterface.c;h=fae81db03a128782733c1aa7ee36f87ee9954d5d;hb=2b50c2537dbb28d062938a6c217f5ba27fed23d9;hp=9ddd214e13cecf82f0de2518fc461dfabeb3a235;hpb=1827e72942a355fc90dcb4e0b93f68c98dc6eea5;p=mTask.git diff --git a/client/interface.c b/client/interface.c index 9ddd214..fae81db 100644 --- a/client/interface.c +++ b/client/interface.c @@ -86,6 +86,9 @@ void setup(void) halInit(); chSysInit(); sdStart(&SD3, NULL); + sdStart(&SD1, NULL); + + } void debug(char *fmt, ...)