From 525d00c72526e69f4b852178306bc7c34f6d1fcc Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 23 Jan 2017 14:36:10 +0100 Subject: [PATCH] t --- int/interface.c | 3 +++ 1 file changed, 3 insertions(+) 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; } -- 2.20.1