X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Finterface.c;h=9ddd214e13cecf82f0de2518fc461dfabeb3a235;hb=1827e72942a355fc90dcb4e0b93f68c98dc6eea5;hp=0b994eab07f587b80dc61835b8cef96512c4eb49;hpb=0ee062ed97dfb8f4877166654a5f5e7ded317cf6;p=mTask.git diff --git a/client/interface.c b/client/interface.c index 0b994ea..9ddd214 100644 --- a/client/interface.c +++ b/client/interface.c @@ -4,7 +4,6 @@ #include #include -#include "chprintf.h" #include "interface.h" #include "ch.h" #include "hal.h" @@ -91,10 +90,7 @@ void setup(void) void debug(char *fmt, ...) { - va_list ap; - va_start(ap, fmt); - chvprintf((BaseSequentialStream *)&SD3, fmt, ap); - va_end(ap); + (void)fmt; } void pdie(char *s)