X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2Finterface.c;h=510f5cb5602f1d0e581f9bfe2ed459d97fb176f6;hb=6e3b45dd6cef95c1577a91b15a1256fa4b06ca88;hp=9212720cdd5eb364d6275d3018be31121ab5885f;hpb=b55c1c423b6f00357b2ae2bbdd2abcf4456fd0cd;p=mTask.git diff --git a/int/interface.c b/int/interface.c index 9212720..510f5cb 100644 --- a/int/interface.c +++ b/int/interface.c @@ -81,9 +81,6 @@ void debug(char *fmt, ...) write_byte((uint8_t)fmt[i]); } write_byte('\n'); -#ifdef DEBUG -#endif - (void)fmt; } void pdie(char *s) @@ -93,5 +90,11 @@ void pdie(char *s) void die(char *fmt, ...) { + palWriteLine(LINE_LED1, PAL_HIGH); + palWriteLine(LINE_LED2, PAL_HIGH); + palWriteLine(LINE_LED3, PAL_HIGH); + while(1){ + delay(100); + } (void)fmt; }