X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2Finterface.c;h=510f5cb5602f1d0e581f9bfe2ed459d97fb176f6;hb=6e3b45dd6cef95c1577a91b15a1256fa4b06ca88;hp=ba4446f92d087dd7c88ced1782df3c00ede0782e;hpb=8449be73c124cdccd37500c0d67d9404b94fc9c8;p=mTask.git diff --git a/int/interface.c b/int/interface.c index ba4446f..510f5cb 100644 --- a/int/interface.c +++ b/int/interface.c @@ -81,15 +81,6 @@ void debug(char *fmt, ...) write_byte((uint8_t)fmt[i]); } write_byte('\n'); -#ifdef DEBUG -#endif - (void)fmt; -} - -void debugi(int i) -{ - char m[10]; - debug(itoa(i, m, 10)); } void pdie(char *s)