From: Mart Lubbers Date: Mon, 23 Jan 2017 13:36:10 +0000 (+0100) Subject: t X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=525d00c72526e69f4b852178306bc7c34f6d1fcc;p=mTask.git t --- diff --git a/int/interface.c b/int/interface.c index bec4f09..962ce30 100644 --- a/int/interface.c +++ b/int/interface.c @@ -93,5 +93,8 @@ void pdie(char *s) void die(char *fmt, ...) { + palWriteLine(LINE_LED1, PAL_HIGH); + palWriteLine(LINE_LED2, PAL_HIGH); + palWriteLine(LINE_LED3, PAL_HIGH); (void)fmt; }